]> git.eshelyaron.com Git - emacs.git/commitdiff
Renamed show-nonbreak-escape to nobreak-char-display.
authorRichard M. Stallman <rms@gnu.org>
Thu, 23 Jun 2005 21:48:25 +0000 (21:48 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 23 Jun 2005 21:48:25 +0000 (21:48 +0000)
etc/NEWS

index 3910c785e4f9caf07484432a08b611719e24a9df..618da3e801aea9dc548539f86edae9fb955e1624 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -691,9 +691,9 @@ appears between the position information and the major mode.
 *** New face `escape-glyph' highlights control characters and escape glyphs.
 
 +++
-*** Non-breaking space and hyphens are now prefixed with an escape
-character, unless the new user variable `show-nonbreak-escape' is set
-to nil.
+*** Non-breaking space and hyphens are now displayed with a special
+face, either nobreak-space or escape-glyph.  You can turn this off or
+specify a different mode by setting the variable `nobreak-char-display'.
 
 +++
 *** The parameters of automatic hscrolling can now be customized.