summaryrefslogtreecommitdiff
path: root/lispref/modes.texi
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2006-08-31 17:14:46 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2006-08-31 17:14:46 +0000
commit7f4f23af3a705063ce5f6ebda76f7f975227ab12 (patch)
tree08f1a60ae051c2f853221bdbdf36056bc355e774 /lispref/modes.texi
parenta67dbbc979b9e7efe3d453851eed8459bbebb696 (diff)
downloademacs-7f4f23af3a705063ce5f6ebda76f7f975227ab12.tar.gz
(Syntactic Font Lock): Mention font-lock-syntactic-face-function.
Suggested by Richard Bielawski <RBielawski@moneygram.com>
Diffstat (limited to 'lispref/modes.texi')
-rw-r--r--lispref/modes.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/modes.texi b/lispref/modes.texi
index f8afcd8a829..94179d04b94 100644
--- a/lispref/modes.texi
+++ b/lispref/modes.texi
@@ -2896,7 +2896,7 @@ directives in C.
Syntactic fontification uses the syntax table to find comments and
string constants (@pxref{Syntax Tables}). It highlights them using
-@code{font-lock-comment-face} and @code{font-lock-string-face}
+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}).