# HG changeset patch # User Eli Zaretskii # Date 1011354280 0 # Node ID 3616610fabd8675187a743ea987bacd4346edd50 # Parent b7965c39be8f80b89cdf115d380ccbfb38cbd927 (Glyphs): All display types support faces in glyphs nowadays. diff -r b7965c39be8f -r 3616610fabd8 lispref/display.texi --- a/lispref/display.texi Fri Jan 18 10:28:12 2002 +0000 +++ b/lispref/display.texi Fri Jan 18 11:44:40 2002 +0000 @@ -3337,11 +3337,9 @@ 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