diff options
| -rw-r--r-- | man/display.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/display.texi b/man/display.texi index ea8bb79d83a..42ea7ace2eb 100644 --- a/man/display.texi +++ b/man/display.texi | |||
| @@ -287,8 +287,8 @@ first Syntax Highlighting and then Save Options. | |||
| 287 | 287 | ||
| 288 | Font Lock mode uses several specifically named faces to do its job, | 288 | Font Lock mode uses several specifically named faces to do its job, |
| 289 | including @code{font-lock-string-face}, @code{font-lock-comment-face}, | 289 | including @code{font-lock-string-face}, @code{font-lock-comment-face}, |
| 290 | and others. The easiest way to find them all is to use completion | 290 | and others. The easiest way to find them all is to use |
| 291 | on the face name in @code{set-face-foreground}. | 291 | @kbd{M-x customize-group @key{RET} font-lock-faces @key{RET}}. |
| 292 | 292 | ||
| 293 | To change the colors or the fonts used by Font Lock mode to fontify | 293 | To change the colors or the fonts used by Font Lock mode to fontify |
| 294 | different parts of text, just change these faces. There are | 294 | different parts of text, just change these faces. There are |