# HG changeset patch # User Eli Zaretskii # Date 983895214 0 # Node ID a7e858c0a674114d0a7a3e3462270710f5f5fb12 # Parent 8f0978ad14ea48775febb57e81023e9b1129d87c (syms_of_display) : Doc fix. diff -r 8f0978ad14ea -r a7e858c0a674 src/dispnew.c --- a/src/dispnew.c Tue Mar 06 15:37:02 2001 +0000 +++ b/src/dispnew.c Tue Mar 06 16:13:34 2001 +0000 @@ -6628,8 +6628,9 @@ 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,