From: Karl Heuer Date: Wed, 13 Apr 1994 20:44:38 +0000 (+0000) Subject: (Vglyph_table): Doc fix. X-Git-Tag: emacs-19.34~8996 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6666f05acbdb611e6e5b239b0ddb0ef0eb9bb76d;p=emacs.git (Vglyph_table): Doc fix. --- 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\ 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 `x-set-face')."); + and this glyph / 256 is face code for X windows (see `face-id')."); Vglyph_table = Qnil; DEFVAR_LISP ("standard-display-table", &Vstandard_display_table,