]> code.delx.au - gnu-emacs/commitdiff
(font-lock-keywords): Docstring improvement.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 27 Jul 2004 18:45:41 +0000 (18:45 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 27 Jul 2004 18:45:41 +0000 (18:45 +0000)
lisp/font-lock.el

index 36dac14f6a9d8016e53c57595b2d27bfec115584..8cb43bc0bd82e03babb3a2b1416b9a37a32896dc 100644 (file)
@@ -358,8 +358,9 @@ Each element in a user-level keywords list should have one of these forms:
  (eval . FORM)
 
 where MATCHER can be either the regexp to search for, or the function name to
-call to make the search (called with one argument, the limit of the search) and
-return non-nil if it succeeds (and set `match-data' appropriately).
+call to make the search (called with one argument, the limit of the search;
+it should return non-nil, move point, and set `match-data' appropriately iff
+it succeeds; like `re-search-forward' would).
 MATCHER regexps can be generated via the function `regexp-opt'.
 
 FORM is an expression, whose value should be a keyword element, evaluated when