summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2016-03-16 18:57:46 +0200
committerEli Zaretskii <eliz@gnu.org>2016-03-16 18:57:46 +0200
commitbc7f6f632900f0fbae1b2ea793f43472e1c2546c (patch)
tree9a25930cb09201ec38e9d829265c737fd5afee21
parent6b6916e8724370219843311fd7e0ee469e3ad2f2 (diff)
Improve documentation of glyphless-character display
* doc/emacs/display.texi (Text Display): Document and index the 'glyphless-char' face.
-rw-r--r--doc/emacs/display.texi9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/emacs/display.texi b/doc/emacs/display.texi
index e3b24033a1..c8987c279c 100644
--- a/doc/emacs/display.texi
+++ b/doc/emacs/display.texi
@@ -1476,15 +1476,18 @@ elisp, The Emacs Lisp Reference Manual}.
@cindex glyphless characters
@cindex characters with no font glyphs
+@cindex glyphless-char face
On graphical displays, some characters may have no glyphs in any of
the fonts available to Emacs. These @dfn{glyphless characters} are
normally displayed as boxes containing the hexadecimal character code.
Similarly, on text terminals, characters that cannot be displayed
using the terminal encoding (@pxref{Terminal Coding}) are normally
displayed as question signs. You can control the display method by
-customizing the variable @code{glyphless-char-display-control}.
-@xref{Glyphless Chars,, Glyphless Character Display, elisp, The Emacs
-Lisp Reference Manual}, for details.
+customizing the variable @code{glyphless-char-display-control}. You
+can also customize the @code{glyphless-char} face to make these
+characters more prominent on display. @xref{Glyphless Chars,,
+Glyphless Character Display, elisp, The Emacs Lisp Reference Manual},
+for details.
@cindex curly quotes
@cindex curved quotes