diff options
| author | Eli Zaretskii | 2015-05-20 18:14:21 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2015-05-20 18:14:21 +0300 |
| commit | 1a17b775b6bd476c051ae5ef00b752aacb6cf103 (patch) | |
| tree | 146fb126fc34e7aefca09e3812a45aef818fb8be /doc | |
| parent | e8b895342074fec055c54b1fae1a6b6cf7b301d2 (diff) | |
| download | emacs-1a17b775b6bd476c051ae5ef00b752aacb6cf103.tar.gz emacs-1a17b775b6bd476c051ae5ef00b752aacb6cf103.zip | |
Improve documentation of glyphless-char-display
* doc/lispref/display.texi (Glyphless Chars): Improve
documentation of glyphless character display.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/display.texi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index d5d9bb5f66d..05bcd9fd297 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi | |||
| @@ -6614,7 +6614,8 @@ Display a box containing the Unicode codepoint of the character, in | |||
| 6614 | hexadecimal notation. | 6614 | hexadecimal notation. |
| 6615 | 6615 | ||
| 6616 | @item an @acronym{ASCII} string | 6616 | @item an @acronym{ASCII} string |
| 6617 | Display a box containing that string. | 6617 | Display a box containing that string. The string should contain at |
| 6618 | most 6 @acronym{ASCII} characters. | ||
| 6618 | 6619 | ||
| 6619 | @item a cons cell @code{(@var{graphical} . @var{text})} | 6620 | @item a cons cell @code{(@var{graphical} . @var{text})} |
| 6620 | Display with @var{graphical} on graphical displays, and with | 6621 | Display with @var{graphical} on graphical displays, and with |
| @@ -6625,7 +6626,8 @@ must be one of the display methods described above. | |||
| 6625 | @noindent | 6626 | @noindent |
| 6626 | The @code{thin-space}, @code{empty-box}, @code{hex-code}, and | 6627 | The @code{thin-space}, @code{empty-box}, @code{hex-code}, and |
| 6627 | @acronym{ASCII} string display methods are drawn with the | 6628 | @acronym{ASCII} string display methods are drawn with the |
| 6628 | @code{glyphless-char} face. | 6629 | @code{glyphless-char} face. On text terminals, a box is emulated by |
| 6630 | square brackets, @samp{[]}. | ||
| 6629 | 6631 | ||
| 6630 | The char-table has one extra slot, which determines how to display any | 6632 | The char-table has one extra slot, which determines how to display any |
| 6631 | character that cannot be displayed with any available font, or cannot | 6633 | character that cannot be displayed with any available font, or cannot |