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

(Syntactic Font Lock): Mention specific faces once again.

This commit is contained in:
Richard M. Stallman 2006-08-31 23:04:42 +00:00
parent ca13649650
commit fd2adae323

View File

@ -2896,10 +2896,11 @@ directives in C.
Syntactic fontification uses the syntax table to find comments and
string constants (@pxref{Syntax Tables}). It highlights them using
the face returned by @code{font-lock-syntactic-face-function}
(@pxref{Faces for Font Lock}). There are several variables that
affect syntactic fontification; you should set them by means of
@code{font-lock-defaults} (@pxref{Font Lock Basics}).
@code{font-lock-comment-face} and @code{font-lock-string-face}
(@pxref{Faces for Font Lock}), or whatever
@code{font-lock-syntactic-face-function} chooses. There are several
variables that affect syntactic fontification; you should set them by
means of @code{font-lock-defaults} (@pxref{Font Lock Basics}).
@defvar font-lock-keywords-only
Non-@code{nil} means Font Lock should not do syntactic fontification;