From: Juri Linkov Date: Sun, 20 Nov 2005 07:57:25 +0000 (+0000) Subject: (Font Lock): Suggest more user-friendly method of X-Git-Tag: emacs-pretest-22.0.90~5749 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a26126e7ea2d68c4b248516907c70ea5f69428fd;p=emacs.git (Font Lock): Suggest more user-friendly method of finding all Font Lock faces (M-x customize-group RET font-lock-faces). --- 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. Font Lock mode uses several specifically named faces to do its job, including @code{font-lock-string-face}, @code{font-lock-comment-face}, -and others. The easiest way to find them all is to use completion -on the face name in @code{set-face-foreground}. +and others. The easiest way to find them all is to use +@kbd{M-x customize-group @key{RET} font-lock-faces @key{RET}}. To change the colors or the fonts used by Font Lock mode to fontify different parts of text, just change these faces. There are