correction: … → etc.

This commit is contained in:
René Schmelzer 2019-03-16 10:03:06 +01:00
parent 6343a4dd93
commit 068db4828f
1 changed files with 1 additions and 1 deletions

View File

@ -347,7 +347,7 @@ Uses prefix (as PREFIX) to choose where to display it:
(defvar plantuml-indent-regexp-block-start "^.*{\s*$"
"Indentation regex for all plantuml elements that might define a {} block.
Plantuml elements like skinparam, rectangle, sprite, package, .
Plantuml elements like skinparam, rectangle, sprite, package, etc.
The opening { has to be the last visible character in the line (whitespace
might follow).")
(defvar plantuml-indent-regexp-note-start "^\s*\\(floating\s+\\)?[hr]?note[^:]*?$" "simplyfied regex; note syntax is especially inconsistent across diagrams")