]> git.eshelyaron.com Git - emacs.git/commitdiff
(Glyphs): All display types support faces in glyphs nowadays.
authorEli Zaretskii <eliz@gnu.org>
Fri, 18 Jan 2002 11:47:35 +0000 (11:47 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 18 Jan 2002 11:47:35 +0000 (11:47 +0000)
lispref/display.texi

index 11e2157d4755311ba3075fa03572e10261301a82..d8dec0d3d3e05e6e144f0bb3e6392896f6d6d3d1 100644 (file)
@@ -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