branch: elpa/adoc-mode commit c64b7c1e1b6b1fc977d53647efb33063537763e1 Author: Florian Kaufmann <sensor...@gmail.com> Commit: Florian Kaufmann <sensor...@gmail.com>
mini edit comments --- adoc-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/adoc-mode.el b/adoc-mode.el index 1c4f33bf7d..85989a5db8 100644 --- a/adoc-mode.el +++ b/adoc-mode.el @@ -686,7 +686,7 @@ To become a customizable variable when regexps for list items become customizabl "Returns a regex matching a one line title of the given LEVEL. When LEVEL is nil, a one line title of any level is matched. -match-data has this sub groups: +match-data has these sub groups: 1 leading delimiter inclusive whites between delimiter and title text 2 title's text exclusive leading/trailing whites 3 trailing delimiter with all whites @@ -746,7 +746,7 @@ has the correct length. DEL is described in `adoc-re-two-line-title-undlerline'. -match-data has his this sub groups: +match-data has these sub groups: 1 title's text 2 delimiter 0 only chars that belong to the title block element"