aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/display.texi5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/emacs/display.texi b/doc/emacs/display.texi
index 8039291298c..89f5bec3639 100644
--- a/doc/emacs/display.texi
+++ b/doc/emacs/display.texi
@@ -657,6 +657,9 @@ The face for displaying control characters and escape sequences
657@item nobreak-space 657@item nobreak-space
658The face for displaying no-break space characters (@pxref{Text 658The face for displaying no-break space characters (@pxref{Text
659Display}). 659Display}).
660@item nobreak-hyphen
661The face for displaying no-break hyphen characters (@pxref{Text
662Display}).
660@end table 663@end table
661 664
662 The following faces control the appearance of parts of the Emacs 665 The following faces control the appearance of parts of the Emacs
@@ -1481,7 +1484,7 @@ characters. To deal with this problem, Emacs displays such characters
1481specially: it displays @code{U+00A0} (no-break space) with the 1484specially: it displays @code{U+00A0} (no-break space) with the
1482@code{nobreak-space} face, and it displays @code{U+00AD} (soft 1485@code{nobreak-space} face, and it displays @code{U+00AD} (soft
1483hyphen), @code{U+2010} (hyphen), and @code{U+2011} (non-breaking 1486hyphen), @code{U+2010} (hyphen), and @code{U+2011} (non-breaking
1484hyphen) with the @code{escape-glyph} face. To disable this, change 1487hyphen) with the @code{nobreak-hyphen} face. To disable this, change
1485the variable @code{nobreak-char-display} to @code{nil}. If you give 1488the variable @code{nobreak-char-display} to @code{nil}. If you give
1486this variable a non-@code{nil} and non-@code{t} value, Emacs instead 1489this variable a non-@code{nil} and non-@code{t} value, Emacs instead
1487displays such characters as a highlighted backslash followed by a 1490displays such characters as a highlighted backslash followed by a