]> git.eshelyaron.com Git - emacs.git/commitdiff
(Font Lock Basics): Fix typo.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Mon, 15 Nov 2004 09:55:51 +0000 (09:55 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Mon, 15 Nov 2004 09:55:51 +0000 (09:55 +0000)
lispref/ChangeLog
lispref/modes.texi

index 4491956f06f678983c4b0ec042b6b0955bab6478..e93e11e7d36a2059a3f45bdb03e38f988a6c644d 100644 (file)
@@ -1,3 +1,7 @@
+2004-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * modes.texi (Font Lock Basics): Fix typo.
+
 2004-11-08  Richard M. Stallman  <rms@gnu.org>
 
        * syntax.texi (Syntax Table Functions): Add syntax-after.
index f74f7c89da7139205da720aa2b93cadcd3fc20c7..01958873d33812c219ccbdef2fb23b8ce5eb14d9 100644 (file)
@@ -2000,7 +2000,7 @@ variable @code{font-lock-keywords-only}.  If this is non-@code{nil},
 syntactic fontification (of strings and comments) is not performed.
 
 The third element, @var{case-fold}, specifies the value of
-@code{font-lock-case-fold-search}.  If it is non-@code{nil}, Font Lock
+@code{font-lock-keywords-case-fold-search}.  If it is non-@code{nil}, Font Lock
 mode ignores case when searching as directed by
 @code{font-lock-keywords}.