From 6666f05acbdb611e6e5b239b0ddb0ef0eb9bb76d Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Wed, 13 Apr 1994 20:44:38 +0000 Subject: [PATCH] (Vglyph_table): Doc fix. --- src/dispnew.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.5