summaryrefslogtreecommitdiff
path: root/lispref
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2002-01-18 11:47:35 +0000
committerEli Zaretskii <eliz@gnu.org>2002-01-18 11:47:35 +0000
commit6dbdd750daf2ee270fe4bc0fc6fea0175adf4f0f (patch)
tree4bb1aedc4fdf3902d977a171e3049a7dd326f750 /lispref
parentec15a8e3aed1fc6606d25e7a335e035c94806720 (diff)
downloademacs-6dbdd750daf2ee270fe4bc0fc6fea0175adf4f0f.tar.gz
(Glyphs): All display types support faces in glyphs nowadays.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/display.texi8
1 files changed, 3 insertions, 5 deletions
diff --git a/lispref/display.texi b/lispref/display.texi
index 11e2157d475..d8dec0d3d3e 100644
--- a/lispref/display.texi
+++ b/lispref/display.texi
@@ -3323,11 +3323,9 @@ Define this glyph code as an alias for glyph code @var{integer}. You
can use an alias to specify a face code for the glyph; see below.
@item @code{nil}
-This glyph is simple. On an ordinary terminal, the glyph code mod
-524288 is the character to output. In a window system, the glyph code
-mod 524288 is the character to output, and the glyph code divided by
-524288 specifies the face number (@pxref{Face Functions}) to use while
-outputting it. (524288 is
+This glyph is simple. The glyph code mod 524288 is the character to
+output, and the glyph code divided by 524288 specifies the face number
+(@pxref{Face Functions}) to use while outputting it. (524288 is
@ifnottex
2**19.)
@end ifnottex