aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEli Zaretskii2015-05-20 18:14:21 +0300
committerEli Zaretskii2015-05-20 18:14:21 +0300
commit1a17b775b6bd476c051ae5ef00b752aacb6cf103 (patch)
tree146fb126fc34e7aefca09e3812a45aef818fb8be /doc
parente8b895342074fec055c54b1fae1a6b6cf7b301d2 (diff)
downloademacs-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.texi6
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
6614hexadecimal notation. 6614hexadecimal notation.
6615 6615
6616@item an @acronym{ASCII} string 6616@item an @acronym{ASCII} string
6617Display a box containing that string. 6617Display a box containing that string. The string should contain at
6618most 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})}
6620Display with @var{graphical} on graphical displays, and with 6621Display 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
6626The @code{thin-space}, @code{empty-box}, @code{hex-code}, and 6627The @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
6630square brackets, @samp{[]}.
6629 6631
6630The char-table has one extra slot, which determines how to display any 6632The char-table has one extra slot, which determines how to display any
6631character that cannot be displayed with any available font, or cannot 6633character that cannot be displayed with any available font, or cannot