aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2002-01-18 11:44:40 +0000
committerEli Zaretskii2002-01-18 11:44:40 +0000
commitf444668c92ccb27581eca08d3ae9907a46bd4068 (patch)
treeda3f91855ac47cb0e292f5db9524104ccdb2699d
parent367b61a1ed9cbd8e4f14f825af0604d6017a8fcb (diff)
downloademacs-f444668c92ccb27581eca08d3ae9907a46bd4068.tar.gz
emacs-f444668c92ccb27581eca08d3ae9907a46bd4068.zip
(Glyphs): All display types support faces in glyphs nowadays.
-rw-r--r--lispref/display.texi8
1 files changed, 3 insertions, 5 deletions
diff --git a/lispref/display.texi b/lispref/display.texi
index b15f72d7d34..23c3f59eb3e 100644
--- a/lispref/display.texi
+++ b/lispref/display.texi
@@ -3337,11 +3337,9 @@ Define this glyph code as an alias for glyph code @var{integer}. You
3337can use an alias to specify a face code for the glyph; see below. 3337can use an alias to specify a face code for the glyph; see below.
3338 3338
3339@item @code{nil} 3339@item @code{nil}
3340This glyph is simple. On an ordinary terminal, the glyph code mod 3340This glyph is simple. The glyph code mod 524288 is the character to
3341524288 is the character to output. In a window system, the glyph code 3341output, and the glyph code divided by 524288 specifies the face number
3342mod 524288 is the character to output, and the glyph code divided by 3342(@pxref{Face Functions}) to use while outputting it. (524288 is
3343524288 specifies the face number (@pxref{Face Functions}) to use while
3344outputting it. (524288 is
3345@ifnottex 3343@ifnottex
33462**19.) 33442**19.)
3347@end ifnottex 3345@end ifnottex