1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-05 20:43:08 +00:00

(Search-based Fontification): Fix typo.

This commit is contained in:
Thien-Thi Nguyen 2004-05-19 14:27:21 +00:00
parent cfcde636be
commit 022cb16265
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
* modes.texi (Search-based Fontification): Fix typo.
2004-05-10 Juanma Barranquero <lektu@terra.es>
* modes.texi (Mode Line Variables): Fix description of

View File

@ -2001,7 +2001,7 @@ Find text by calling @var{function}, and highlight the matches
it finds using @code{font-lock-keyword-face}.
When @var{function} is called, it receives one argument, the limit of
the search; it should searching at point, and not search beyond the
the search; it should begin searching at point, and not search beyond the
limit. It should return non-@code{nil} if it succeeds, and set the
match data to describe the match that was found. Returning @code{nil}
indicates failure of the search.