diff options
| author | Eli Zaretskii | 2002-01-18 11:44:40 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2002-01-18 11:44:40 +0000 |
| commit | f444668c92ccb27581eca08d3ae9907a46bd4068 (patch) | |
| tree | da3f91855ac47cb0e292f5db9524104ccdb2699d | |
| parent | 367b61a1ed9cbd8e4f14f825af0604d6017a8fcb (diff) | |
| download | emacs-f444668c92ccb27581eca08d3ae9907a46bd4068.tar.gz emacs-f444668c92ccb27581eca08d3ae9907a46bd4068.zip | |
(Glyphs): All display types support faces in glyphs nowadays.
| -rw-r--r-- | lispref/display.texi | 8 |
1 files 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 | |||
| 3337 | can use an alias to specify a face code for the glyph; see below. | 3337 | can use an alias to specify a face code for the glyph; see below. |
| 3338 | 3338 | ||
| 3339 | @item @code{nil} | 3339 | @item @code{nil} |
| 3340 | This glyph is simple. On an ordinary terminal, the glyph code mod | 3340 | This glyph is simple. The glyph code mod 524288 is the character to |
| 3341 | 524288 is the character to output. In a window system, the glyph code | 3341 | output, and the glyph code divided by 524288 specifies the face number |
| 3342 | mod 524288 is the character to output, and the glyph code divided by | 3342 | (@pxref{Face Functions}) to use while outputting it. (524288 is |
| 3343 | 524288 specifies the face number (@pxref{Face Functions}) to use while | ||
| 3344 | outputting it. (524288 is | ||
| 3345 | @ifnottex | 3343 | @ifnottex |
| 3346 | 2**19.) | 3344 | 2**19.) |
| 3347 | @end ifnottex | 3345 | @end ifnottex |