# HG changeset patch # User Richard M. Stallman # Date 1157065482 0 # Node ID 9d318ca86e6e9a51b4d6121d173a1b23a8384f16 # Parent ebca3d92481804616bd92ae470edf03bd7bdab1e (Syntactic Font Lock): Mention specific faces once again. diff -r ebca3d924818 -r 9d318ca86e6e lispref/modes.texi --- a/lispref/modes.texi Thu Aug 31 19:47:47 2006 +0000 +++ b/lispref/modes.texi Thu Aug 31 23:04:42 2006 +0000 @@ -2896,10 +2896,11 @@ 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;