diff options
author | Juri Linkov <juri@jurta.org> | 2005-11-17 07:19:54 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2005-11-17 07:19:54 +0000 |
commit | ad1b570140aae57141bdf03e3e81e890160cf588 (patch) | |
tree | b3c54e6d9e548c95c3fbe07c18ed8bee1999c419 | |
parent | 3e721a14657e49adc614ba493cafdb15d805a0a5 (diff) | |
download | emacs-ad1b570140aae57141bdf03e3e81e890160cf588.tar.gz |
Rename font-lock-highlighting-faces to font-lock-faces.
-rw-r--r-- | etc/NEWS | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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. |