aboutsummaryrefslogtreecommitdiffstats
path: root/src/dispnew.c
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2001-03-06 16:16:32 +0000
committerEli Zaretskii <[email protected]>2001-03-06 16:16:32 +0000
commit8f372c46a585e21dddb74a9b14d3d5e760b6a636 (patch)
tree1b22110dcbf72c361c172b4c93ed681590eb6264 /src/dispnew.c
parent157ae2732f4e78bc97ab1a99d21740ea7a714f2e (diff)
(syms_of_display) <glyph-table>: Doc fix.
Diffstat (limited to 'src/dispnew.c')
-rw-r--r--src/dispnew.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/dispnew.c b/src/dispnew.c
index 7a28975803..755c20be49 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -6628,8 +6628,9 @@ If not nil, this is a vector indexed by glyph code to define the glyph.\n\
Each element can be:\n\
integer: a glyph code which this glyph is an alias for.\n\
string: output this glyph using that string (not impl. in X windows).\n\
- nil: this glyph mod 256 is char code to output,\n\
- and this glyph / 256 is face code for X windows (see `face-id').");
+ nil: this glyph mod 524288 is the code of a character to output,\n\
+ and this glyph / 524288 is the face number (see `face-id') to use\n\
+ while outputting it.");
Vglyph_table = Qnil;
DEFVAR_LISP ("standard-display-table", &Vstandard_display_table,