comparison src/dispnew.c @ 36590:a7e858c0a674

(syms_of_display) <glyph-table>: Doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 06 Mar 2001 16:13:34 +0000
parents 88b90fa71d23
children 7526acd3385c
comparison
equal deleted inserted replaced
36589:8f0978ad14ea 36590:a7e858c0a674
6626 "Table defining how to output a glyph code to the frame.\n\ 6626 "Table defining how to output a glyph code to the frame.\n\
6627 If not nil, this is a vector indexed by glyph code to define the glyph.\n\ 6627 If not nil, this is a vector indexed by glyph code to define the glyph.\n\
6628 Each element can be:\n\ 6628 Each element can be:\n\
6629 integer: a glyph code which this glyph is an alias for.\n\ 6629 integer: a glyph code which this glyph is an alias for.\n\
6630 string: output this glyph using that string (not impl. in X windows).\n\ 6630 string: output this glyph using that string (not impl. in X windows).\n\
6631 nil: this glyph mod 256 is char code to output,\n\ 6631 nil: this glyph mod 524288 is the code of a character to output,\n\
6632 and this glyph / 256 is face code for X windows (see `face-id')."); 6632 and this glyph / 524288 is the face number (see `face-id') to use\n\
6633 while outputting it.");
6633 Vglyph_table = Qnil; 6634 Vglyph_table = Qnil;
6634 6635
6635 DEFVAR_LISP ("standard-display-table", &Vstandard_display_table, 6636 DEFVAR_LISP ("standard-display-table", &Vstandard_display_table,
6636 "Display table to use for buffers that specify none.\n\ 6637 "Display table to use for buffers that specify none.\n\
6637 See `buffer-display-table' for more information."); 6638 See `buffer-display-table' for more information.");