aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-06-23 21:34:04 +0000
committerRichard M. Stallman2005-06-23 21:34:04 +0000
commit470a11a34525f26c3e403886d7d1c2aecf8300f3 (patch)
treeef8de23d9dc69fd78ca39db5f9f9f73b1de3781f
parent9c69e6e1643191701808ec99d8510e96fd04d1b2 (diff)
downloademacs-470a11a34525f26c3e403886d7d1c2aecf8300f3.tar.gz
emacs-470a11a34525f26c3e403886d7d1c2aecf8300f3.zip
(Text Display): Renamed show-nonbreak-escape
to nobreak-char-display and no-break-space to nobreak-space.
-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
921them), otherwise as escape sequences. @xref{Single-Byte Character 921them), otherwise as escape sequences. @xref{Single-Byte Character
922Support}. 922Support}.
923 923
924@vindex show-nonbreak-escape 924@vindex nobreak-char-display
925@cindex no-break space, display 925@cindex nobreak space, display
926@cindex no-break hyphen, display 926@cindex nobreak hyphen, display
927 Some character sets define ``no-break'' versions of the space 927 Some character sets define ``no-break'' versions of the space and
928and hyphen characters, which are used where a line should not be 928hyphen characters, which are used where a line should not be broken.
929broken. Emacs displays these with an escape character in order to 929Emacs normally displays these characters with special faces
930distinguish them from ordinary spaces and hyphens. For example, a 930(respectively, @code{nobreak-space} and @code{escape-glyph}) to
931non-breaking space is displayed as @samp{\ }. You can turn off this 931distinguish them from ordinary spaces and hyphens. You can turn off
932behavior by setting the variable @code{show-nonbreak-escape} to 932this feature by setting the variable @code{nobreak-char-display} to
933@code{nil}. 933@code{nil}. If you set the variable to any other value, that means to
934prefix these characters with an escape character.
934 935
935@node Cursor Display 936@node Cursor Display
936@section Displaying the Cursor 937@section Displaying the Cursor