1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-28 07:45:00 +00:00

(Font Lock Basics): Fix typo.

This commit is contained in:
Thien-Thi Nguyen 2004-11-15 09:55:51 +00:00
parent 46a7315606
commit 10980463d7
2 changed files with 5 additions and 1 deletions

View 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.

View 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}.