aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1994-04-13 20:44:38 +0000
committerKarl Heuer1994-04-13 20:44:38 +0000
commit6666f05acbdb611e6e5b239b0ddb0ef0eb9bb76d (patch)
tree4ffa1144327afb306248bebd494258b9010db9e5 /src
parentc919c21a690a39fcffe18a4b027edaf3b2dd3401 (diff)
downloademacs-6666f05acbdb611e6e5b239b0ddb0ef0eb9bb76d.tar.gz
emacs-6666f05acbdb611e6e5b239b0ddb0ef0eb9bb76d.zip
(Vglyph_table): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/dispnew.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispnew.c b/src/dispnew.c
index aa90d06cbb6..2cf263e7c54 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -2409,7 +2409,7 @@ Each element can be:\n\
2409 integer: a glyph code which this glyph is an alias for.\n\ 2409 integer: a glyph code which this glyph is an alias for.\n\
2410 string: output this glyph using that string (not impl. in X windows).\n\ 2410 string: output this glyph using that string (not impl. in X windows).\n\
2411 nil: this glyph mod 256 is char code to output,\n\ 2411 nil: this glyph mod 256 is char code to output,\n\
2412 and this glyph / 256 is face code for X windows (see `x-set-face')."); 2412 and this glyph / 256 is face code for X windows (see `face-id').");
2413 Vglyph_table = Qnil; 2413 Vglyph_table = Qnil;
2414 2414
2415 DEFVAR_LISP ("standard-display-table", &Vstandard_display_table, 2415 DEFVAR_LISP ("standard-display-table", &Vstandard_display_table,