aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/display.texi9
1 files changed, 9 insertions, 0 deletions
diff --git a/man/display.texi b/man/display.texi
index ff939e00cdb..55b3b976308 100644
--- a/man/display.texi
+++ b/man/display.texi
@@ -913,6 +913,15 @@ they are displayed using their graphics (assuming your terminal supports
913them), otherwise as escape sequences. @xref{Single-Byte Character 913them), otherwise as escape sequences. @xref{Single-Byte Character
914Support}. 914Support}.
915 915
916@vindex show-nonbreak-escape
917 Some character sets define ``non-breaking'' versions of the space
918and hyphen characters, which are used where a line should not be
919broken. Emacs displays these with an escape character in order to
920distinguish them from ordinary spaces and hyphens. For example, a
921non-breaking space is displayed as @samp{\ }. You can turn off this
922behavior by setting the variable @code{show-nonbreak-escape} to
923@code{nil}.
924
916@node Cursor Display 925@node Cursor Display
917@section Displaying the Cursor 926@section Displaying the Cursor
918 927