# HG changeset patch # User Juri Linkov # Date 1132473445 0 # Node ID 3bb9881fcbf597d7c2ab690943d5a85cf8ba856e # Parent 4cce2bac0f7965ca005561776b6519b2cb86f22c (Font Lock): Suggest more user-friendly method of finding all Font Lock faces (M-x customize-group RET font-lock-faces). diff -r 4cce2bac0f79 -r 3bb9881fcbf5 man/display.texi --- a/man/display.texi Sun Nov 20 07:55:58 2005 +0000 +++ b/man/display.texi Sun Nov 20 07:57:25 2005 +0000 @@ -287,8 +287,8 @@ 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