diff --git a/ChangeLog b/ChangeLog index 28f0bc293e693b52e2d9dae9c4a76f50da5fa754..391f979f130bec60b0898b1b46e06de61cf6f2cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -16,6 +16,8 @@ CVS code - (DLR) - Replace instances of \" with ", since quotes inside string parameters don't need to be escaped with backslashes. (DLR) + - Mention in the comments that more than one start/end regex can + be included per line. (DLR) GNU nano 1.3.11 - 2006.03.30 - General: diff --git a/doc/nanorc.sample b/doc/nanorc.sample index 9fac01f28c44f95eb31351899011bc8c878503e1..ce11676da9e5681aabaa4357396e8ad11ffa6016 100644 --- a/doc/nanorc.sample +++ b/doc/nanorc.sample @@ -183,7 +183,8 @@ ## You may use the prefix "bright" to mean a stronger color highlight ## for the foreground. ## -## To use multi-line regexes, use the start="regex" end="regex" format. +## To use multi-line regexes, use the start="regex" end="regex" +## [start="regex" end="regex"...] format. ## ## If your system supports transparency, not specifying a background ## color will use a transparent color. If you don't want this, be sure