diff options
author | Glenn Morris <rgm@gnu.org> | 2008-03-14 17:52:43 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-03-14 17:52:43 +0000 |
commit | 7fffdc92d65cb53cfbb3e5424dace1d17982a511 (patch) | |
tree | f79701407df3a0df32a9de307199985773f4e4c7 /etc/NEWS.22 | |
parent | 352e0e25de89ff09b301669be2f2946185ab9db8 (diff) | |
download | emacs-7fffdc92d65cb53cfbb3e5424dace1d17982a511.tar.gz emacs-7fffdc92d65cb53cfbb3e5424dace1d17982a511.tar.bz2 emacs-7fffdc92d65cb53cfbb3e5424dace1d17982a511.zip |
Fix previous change.
Diffstat (limited to 'etc/NEWS.22')
-rw-r--r-- | etc/NEWS.22 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/NEWS.22 b/etc/NEWS.22 index e1bc39227bd..5d54528988b 100644 --- a/etc/NEWS.22 +++ b/etc/NEWS.22 @@ -126,7 +126,8 @@ displays with fewer than 16 colors (e.g. older xterms and the Linux console). On such displays, only the comment delimiters will appear to be fontified (in the new face `font-lock-comment-delimiter-face'). To restore the old appearance, customize `font-lock-comment-face', or use a newer terminal -emulator that supports more colors (256 is now common). +emulator that supports more colors (256 is now common). (This was new +in Emacs 22.1, but was not described.) * New Modes and Packages in Emacs 22.2 |