(syms_of_display) <glyph-table>: Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Tue, 6 Mar 2001 16:16:32 +0000 (16:16 +0000)
committerEli Zaretskii <eliz@gnu.org>
Tue, 6 Mar 2001 16:16:32 +0000 (16:16 +0000)
src/ChangeLog
src/dispnew.c

index f09e4eb..61a8c0b 100644 (file)
@@ -1,3 +1,7 @@
+2001-03-06  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * dispnew.c (syms_of_display) <glyph-table>: Doc fix.
+
 2001-03-06  Gerd Moellmann  <gerd@gnu.org>
 
        * xterm.c (note_mouse_highlight): Call mouse_face_overlay_overlaps
index 7a28975..755c20b 100644 (file)
@@ -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,