summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2005-11-17 07:19:54 +0000
committerJuri Linkov <juri@jurta.org>2005-11-17 07:19:54 +0000
commitad1b570140aae57141bdf03e3e81e890160cf588 (patch)
treeb3c54e6d9e548c95c3fbe07c18ed8bee1999c419
parent3e721a14657e49adc614ba493cafdb15d805a0a5 (diff)
downloademacs-ad1b570140aae57141bdf03e3e81e890160cf588.tar.gz
Rename font-lock-highlighting-faces to font-lock-faces.
-rw-r--r--etc/NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 9df53f25ae0..290777ca7a8 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -13334,10 +13334,10 @@ as soft, and paragraph boundaries are determined solely from the text.
*** Custom support
The variables font-lock-face-attributes, font-lock-display-type and
-font-lock-background-mode are now obsolete; the recommended way to specify the
-faces to use for Font Lock mode is with M-x customize-group on the new custom
-group font-lock-highlighting-faces. If you set font-lock-face-attributes in
-your ~/.emacs file, Font Lock mode will respect its value. However, you should
+font-lock-background-mode are now obsolete; the recommended way to specify
+the faces to use for Font Lock mode is with M-x customize-group on the new
+custom group font-lock-faces. If you set font-lock-face-attributes in your
+~/.emacs file, Font Lock mode will respect its value. However, you should
consider converting from setting that variable to using M-x customize.
You can still use X resources to specify Font Lock face appearances.