diff man/display.texi @ 60950:c7ee76ed1a51

(Text Display): Mention non-breaking spaces.
author Richard M. Stallman <rms@gnu.org>
date Sat, 26 Mar 2005 01:46:55 +0000
parents 87594637fb45
children f79ed513cc6e
line wrap: on
line diff
--- a/man/display.texi	Sat Mar 26 00:20:27 2005 +0000
+++ b/man/display.texi	Sat Mar 26 01:46:55 2005 +0000
@@ -913,6 +913,15 @@
 them), otherwise as escape sequences.  @xref{Single-Byte Character
 Support}.
 
+@vindex show-nonbreak-escape
+  Some character sets define ``non-breaking'' 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}.
+
 @node Cursor Display
 @section Displaying the Cursor