From: Thien-Thi Nguyen Date: Wed, 19 May 2004 14:27:21 +0000 (+0000) Subject: (Search-based Fontification): Fix typo. X-Git-Tag: ttn-vms-21-2-B4~6139 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=022cb16265e269894d725c50c6de3e6d19cd5b41;p=emacs.git (Search-based Fontification): Fix typo. --- diff --git a/lispref/ChangeLog b/lispref/ChangeLog index c46f718b5c7..c2f4f188496 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,7 @@ +2004-05-19 Thien-Thi Nguyen + + * modes.texi (Search-based Fontification): Fix typo. + 2004-05-10 Juanma Barranquero * modes.texi (Mode Line Variables): Fix description of diff --git a/lispref/modes.texi b/lispref/modes.texi index 4a8d83ecfa0..d92ea309ed7 100644 --- a/lispref/modes.texi +++ b/lispref/modes.texi @@ -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.