]> git.eshelyaron.com Git - emacs.git/commitdiff
Add patch from rms around line 1870.
authorGerd Moellmann <gerd@gnu.org>
Sun, 10 Oct 1999 21:25:17 +0000 (21:25 +0000)
committerGerd Moellmann <gerd@gnu.org>
Sun, 10 Oct 1999 21:25:17 +0000 (21:25 +0000)
lispref/modes.texi

index b0bb00771f7c038f5fbb5c7c37ab2eac45d86f7c..727851f59c73998be0d27593dcf32bd2a03e4938 100644 (file)
@@ -1870,6 +1870,11 @@ beginning of the @code{face} property.  If it is @code{append}, the face
 
 If @var{laxmatch} is non-@code{nil}, it means there should be no error
 if there is no subexpression numbered @var{subexp} in @var{matcher}.
+Obviously, fontification of the subexpression numbered @var{subexp} will
+not occur.  However, fontification of other subexpressions (and other
+regexps) will continue.  If @var{laxmatch} is @code{nil}, and the
+specified subexpression is missing, then an error is signalled which
+terminates search-based fontification.
 
 Here are some examples of elements of this kind, and what they do: