diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/display.texi | 5 |
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 |
| 658 | The face for displaying no-break space characters (@pxref{Text | 658 | The face for displaying no-break space characters (@pxref{Text |
| 659 | Display}). | 659 | Display}). |
| 660 | @item nobreak-hyphen | ||
| 661 | The face for displaying no-break hyphen characters (@pxref{Text | ||
| 662 | Display}). | ||
| 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 | |||
| 1481 | specially: it displays @code{U+00A0} (no-break space) with the | 1484 | specially: 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 |
| 1483 | hyphen), @code{U+2010} (hyphen), and @code{U+2011} (non-breaking | 1486 | hyphen), @code{U+2010} (hyphen), and @code{U+2011} (non-breaking |
| 1484 | hyphen) with the @code{escape-glyph} face. To disable this, change | 1487 | hyphen) with the @code{nobreak-hyphen} face. To disable this, change |
| 1485 | the variable @code{nobreak-char-display} to @code{nil}. If you give | 1488 | the variable @code{nobreak-char-display} to @code{nil}. If you give |
| 1486 | this variable a non-@code{nil} and non-@code{t} value, Emacs instead | 1489 | this variable a non-@code{nil} and non-@code{t} value, Emacs instead |
| 1487 | displays such characters as a highlighted backslash followed by a | 1490 | displays such characters as a highlighted backslash followed by a |