diff options
author | Eli Zaretskii <eliz@gnu.org> | 2022-08-28 08:40:25 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2022-08-28 08:40:25 +0300 |
commit | 195fcc932eea396c94483e0265b43a3c01147776 (patch) | |
tree | 5b0f480e587736c3015b9655bcaba4100a49445c /src | |
parent | 72ae02377ebdc3105156be0e3dc0a9c53156599e (diff) | |
download | emacs-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 'src')
-rw-r--r-- | src/xdisp.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index a4881c48350..6d42105474f 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -35831,6 +35831,9 @@ which no font is found on graphical terminals, and characters that cannot be displayed by text-mode terminals. Its value should be an ASCII acronym string, `hex-code', `empty-box', or `thin-space'. The default is `hex-code'. +With the obvious exception of `zero-width', all the other representations +are displayed using the face `glyphless-char'. + If a character has a non-nil entry in an active display table, the display table takes effect; in this case, Emacs does not consult `glyphless-char-display' at all. */); |