Updates to Font Lock docs in Lisp manual.
commitf700caa38bb4972bec481cca3af0778706b02498
authorChong Yidong <cyd@gnu.org>
Thu, 16 Feb 2012 06:04:38 +0000 (16 14:04 +0800)
committerChong Yidong <cyd@gnu.org>
Thu, 16 Feb 2012 06:04:38 +0000 (16 14:04 +0800)
treec4dfc10309448fadf463178334b9b3f984b746a3
parent60236b0dca0416202da5c3e39564b85b2ae3c9fa
Updates to Font Lock docs in Lisp manual.

* doc/lispref/modes.texi (Minor Modes): Update how mode commands should treat
arguments now.
(Mode Line Basics): Clarify force-mode-line-update.
(Mode Line Top): Note that the example is not realistic.
(Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
(Emulating Mode Line): Use "mode line" instead of "mode-line", and
"mode line construct" instead of "mode line specification".
(Syntactic Font Lock): Remove mention of obsolete variable
font-lock-syntactic-keywords.
(Setting Syntax Properties): Node deleted.
(Font Lock Mode): Note that Font Lock mode is a minor mode.
(Font Lock Basics): Note that syntactic fontification falls back
on `syntax-table'.
(Search-based Fontification): Emphasize that font-lock-keywords
should not be set directly.
(Faces for Font Lock): Avoid some confusing terminology.
(Syntactic Font Lock): Minor clarifications.
doc/lispref/ChangeLog
doc/lispref/elisp.texi
doc/lispref/modes.texi
doc/lispref/syntax.texi
doc/lispref/vol1.texi
doc/lispref/vol2.texi