summaryrefslogtreecommitdiff
path: root/doc/lispref/display.texi
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2022-08-28 08:40:25 +0300
committerEli Zaretskii <eliz@gnu.org>2022-08-28 08:40:25 +0300
commit195fcc932eea396c94483e0265b43a3c01147776 (patch)
tree5b0f480e587736c3015b9655bcaba4100a49445c /doc/lispref/display.texi
parent72ae02377ebdc3105156be0e3dc0a9c53156599e (diff)
downloademacs-195fcc932eea396c94483e0265b43a3c01147776.tar.gz
Improve the documentation of glyphless-character display
* lisp/international/characters.el (glyphless-char-display-control): * src/xdisp.c (syms_of_xdisp) <glyphless-char-display>: Mention the 'glyphless-char' face in the doc string. * doc/lispref/display.texi (Glyphless Chars): Index 'glyphless-char' face.
Diffstat (limited to 'doc/lispref/display.texi')
-rw-r--r--doc/lispref/display.texi4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index 9aed5b2d7ae..b068c7d08c6 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -7994,6 +7994,7 @@ Display with @var{graphical} on graphical displays, and with
must be one of the display methods described above.
@end table
+@vindex glyphless-char@r{ face}
@noindent
The @code{thin-space}, @code{empty-box}, @code{hex-code}, and
@acronym{ASCII} string display methods are drawn with the
@@ -8048,7 +8049,8 @@ emojis).
@item no-font
Characters for which there is no suitable font, or which cannot be
-encoded by the terminal's coding system.
+encoded by the terminal's coding system, or those for which the
+text-mode terminal has no glyphs.
@end table
@c FIXME: this can also be 'acronym', but that's not currently