Mercurial > emacs
changeset 66958:b42f333ee0f4
Rename font-lock-highlighting-faces to font-lock-faces.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Thu, 17 Nov 2005 07:19:54 +0000 |
parents | 38c5bc4332b9 |
children | 35ab5e34fdf5 |
files | etc/NEWS |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Thu Nov 17 07:18:07 2005 +0000 +++ b/etc/NEWS Thu Nov 17 07:19:54 2005 +0000 @@ -13334,10 +13334,10 @@ *** 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.