diff options
| author | Richard M. Stallman | 2006-08-31 23:04:42 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-08-31 23:04:42 +0000 |
| commit | fd2adae323edb7a6aaa0b890154cc5d5dda0b2f4 (patch) | |
| tree | 321b2edf5ef8ce0959561b6420afafc780984169 | |
| parent | ca1364965070443eeda13885de3f5c1ff7b9d340 (diff) | |
| download | emacs-fd2adae323edb7a6aaa0b890154cc5d5dda0b2f4.tar.gz emacs-fd2adae323edb7a6aaa0b890154cc5d5dda0b2f4.zip | |
(Syntactic Font Lock): Mention specific faces once again.
| -rw-r--r-- | lispref/modes.texi | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lispref/modes.texi b/lispref/modes.texi index 94179d04b94..68aeace5c38 100644 --- a/lispref/modes.texi +++ b/lispref/modes.texi | |||
| @@ -2896,10 +2896,11 @@ directives in C. | |||
| 2896 | 2896 | ||
| 2897 | Syntactic fontification uses the syntax table to find comments and | 2897 | Syntactic fontification uses the syntax table to find comments and |
| 2898 | string constants (@pxref{Syntax Tables}). It highlights them using | 2898 | string constants (@pxref{Syntax Tables}). It highlights them using |
| 2899 | the face returned by @code{font-lock-syntactic-face-function} | 2899 | @code{font-lock-comment-face} and @code{font-lock-string-face} |
| 2900 | (@pxref{Faces for Font Lock}). There are several variables that | 2900 | (@pxref{Faces for Font Lock}), or whatever |
| 2901 | affect syntactic fontification; you should set them by means of | 2901 | @code{font-lock-syntactic-face-function} chooses. There are several |
| 2902 | @code{font-lock-defaults} (@pxref{Font Lock Basics}). | 2902 | variables that affect syntactic fontification; you should set them by |
| 2903 | means of @code{font-lock-defaults} (@pxref{Font Lock Basics}). | ||
| 2903 | 2904 | ||
| 2904 | @defvar font-lock-keywords-only | 2905 | @defvar font-lock-keywords-only |
| 2905 | Non-@code{nil} means Font Lock should not do syntactic fontification; | 2906 | Non-@code{nil} means Font Lock should not do syntactic fontification; |