comparison lispref/modes.texi @ 58231:e8e266a5fe20

(Font Lock Basics): Fix typo.
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Mon, 15 Nov 2004 09:54:15 +0000
parents 3497eca006fe
children 2602d3e5fec0 b637c617432f
comparison
equal deleted inserted replaced
58230:9f699bf6e771 58231:e8e266a5fe20
1998 The second element, @var{keywords-only}, specifies the value of the 1998 The second element, @var{keywords-only}, specifies the value of the
1999 variable @code{font-lock-keywords-only}. If this is non-@code{nil}, 1999 variable @code{font-lock-keywords-only}. If this is non-@code{nil},
2000 syntactic fontification (of strings and comments) is not performed. 2000 syntactic fontification (of strings and comments) is not performed.
2001 2001
2002 The third element, @var{case-fold}, specifies the value of 2002 The third element, @var{case-fold}, specifies the value of
2003 @code{font-lock-case-fold-search}. If it is non-@code{nil}, Font Lock 2003 @code{font-lock-keywords-case-fold-search}. If it is non-@code{nil}, Font Lock
2004 mode ignores case when searching as directed by 2004 mode ignores case when searching as directed by
2005 @code{font-lock-keywords}. 2005 @code{font-lock-keywords}.
2006 2006
2007 If the fourth element, @var{syntax-alist}, is non-@code{nil}, it should be 2007 If the fourth element, @var{syntax-alist}, is non-@code{nil}, it should be
2008 a list of cons cells of the form @code{(@var{char-or-string} 2008 a list of cons cells of the form @code{(@var{char-or-string}