From: Thien-Thi Nguyen Date: Mon, 15 Nov 2004 09:55:51 +0000 (+0000) Subject: (Font Lock Basics): Fix typo. X-Git-Tag: ttn-vms-21-2-B4~3923 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=10980463d7c391cc890d5b918937eb82f9bcd8c8;p=emacs.git (Font Lock Basics): Fix typo. --- diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 4491956f06f..e93e11e7d36 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,7 @@ +2004-11-15 Thien-Thi Nguyen + + * modes.texi (Font Lock Basics): Fix typo. + 2004-11-08 Richard M. Stallman * syntax.texi (Syntax Table Functions): Add syntax-after. diff --git a/lispref/modes.texi b/lispref/modes.texi index f74f7c89da7..01958873d33 100644 --- a/lispref/modes.texi +++ b/lispref/modes.texi @@ -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}.