summaryrefslogtreecommitdiff
path: root/man/display.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2005-06-23 21:34:04 +0000
committerRichard M. Stallman <rms@gnu.org>2005-06-23 21:34:04 +0000
commit0e080987a0e8448cdb71dea45aaeb406a1bce78d (patch)
tree53a31aaa291c99c7c7eae3181fe12228729f06e3 /man/display.texi
parent57795d99c217ee54e83b5591df9dc0c3e979c5af (diff)
downloademacs-0e080987a0e8448cdb71dea45aaeb406a1bce78d.tar.gz
(Text Display): Renamed show-nonbreak-escape
to nobreak-char-display and no-break-space to nobreak-space.
Diffstat (limited to 'man/display.texi')
-rw-r--r--man/display.texi21
1 files changed, 11 insertions, 10 deletions
diff --git a/man/display.texi b/man/display.texi
index 473f1e65e4b..9cc2bfa2a03 100644
--- a/man/display.texi
+++ b/man/display.texi
@@ -921,16 +921,17 @@ they are displayed using their graphics (assuming your terminal supports
them), otherwise as escape sequences. @xref{Single-Byte Character
Support}.
-@vindex show-nonbreak-escape
-@cindex no-break space, display
-@cindex no-break hyphen, display
- Some character sets define ``no-break'' versions of the space
-and hyphen characters, which are used where a line should not be
-broken. Emacs displays these with an escape character in order to
-distinguish them from ordinary spaces and hyphens. For example, a
-non-breaking space is displayed as @samp{\ }. You can turn off this
-behavior by setting the variable @code{show-nonbreak-escape} to
-@code{nil}.
+@vindex nobreak-char-display
+@cindex nobreak space, display
+@cindex nobreak hyphen, display
+ Some character sets define ``no-break'' versions of the space and
+hyphen characters, which are used where a line should not be broken.
+Emacs normally displays these characters with special faces
+(respectively, @code{nobreak-space} and @code{escape-glyph}) to
+distinguish them from ordinary spaces and hyphens. You can turn off
+this feature by setting the variable @code{nobreak-char-display} to
+@code{nil}. If you set the variable to any other value, that means to
+prefix these characters with an escape character.
@node Cursor Display
@section Displaying the Cursor