From f444668c92ccb27581eca08d3ae9907a46bd4068 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 18 Jan 2002 11:44:40 +0000 Subject: [PATCH] (Glyphs): All display types support faces in glyphs nowadays. --- lispref/display.texi | 8 +++----- 1 file 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 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 -- 2.39.5