(font-lock-keywords): Docstring improvement.
This commit is contained in:
parent
47a97a6db3
commit
f9c0bc2e73
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue