]> code.delx.au - gnu-emacs/commitdiff
(Syntactic Font Lock): Mention font-lock-syntactic-face-function.
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 31 Aug 2006 17:14:46 +0000 (17:14 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 31 Aug 2006 17:14:46 +0000 (17:14 +0000)
Suggested by Richard Bielawski <RBielawski@moneygram.com>

lispref/ChangeLog
lispref/modes.texi

index 56604d27aa78f8673528ed6d1fe6efed1098f20c..72e4de46456d34643efa9600b6d14d9d72ffa554 100644 (file)
@@ -1,3 +1,9 @@
+2006-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * modes.texi (Syntactic Font Lock):
+       Mention font-lock-syntactic-face-function.
+       Suggested by Richard Bielawski <RBielawski@moneygram.com>
+
 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
 
        * display.texi (Images): Add xrref to display-images-p.
index f8afcd8a8298749641efdf5fd8a56220d3302b6a..94179d04b949e5e309ddc4b4b9b16cdd0c3f6de3 100644 (file)
@@ -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}).