]> git.eshelyaron.com Git - emacs.git/commitdiff
(Search-based Fontification): Fix typo.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Wed, 19 May 2004 14:27:21 +0000 (14:27 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Wed, 19 May 2004 14:27:21 +0000 (14:27 +0000)
lispref/ChangeLog
lispref/modes.texi

index c46f718b5c7e8f00ad6651c06861e11e6cb3d6c1..c2f4f188496ecc3c8f356ee8067a0241e2a9bcc8 100644 (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
index 4a8d83ecfa0d48ee9d8032bfcb9548cb0f9ed571..d92ea309ed764f85e2db15f0128574528c7726a9 100644 (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.