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:
parent
46a7315606
commit
10980463d7
@ -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.
|
||||
|
@ -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}.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user