Mercurial > emacs
changeset 42827:3616610fabd8
(Glyphs): All display types support faces in glyphs nowadays.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 18 Jan 2002 11:44:40 +0000 |
parents | b7965c39be8f |
children | 48dd83c34137 |
files | lispref/display.texi |
diffstat | 1 files changed, 3 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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