summaryrefslogtreecommitdiff
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
parenta67dbbc979b9e7efe3d453851eed8459bbebb696 (diff)
downloademacs-7f4f23af3a705063ce5f6ebda76f7f975227ab12.tar.gz
(Syntactic Font Lock): Mention font-lock-syntactic-face-function.
Suggested by Richard Bielawski <RBielawski@moneygram.com>
-rw-r--r--lispref/ChangeLog6
-rw-r--r--lispref/modes.texi2
2 files changed, 7 insertions, 1 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 56604d27aa7..72e4de46456 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -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.
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}).