aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1994-04-13 20:44:38 +0000
committerKarl Heuer <[email protected]>1994-04-13 20:44:38 +0000
commit6666f05acbdb611e6e5b239b0ddb0ef0eb9bb76d (patch)
tree4ffa1144327afb306248bebd494258b9010db9e5 /src
parentc919c21a690a39fcffe18a4b027edaf3b2dd3401 (diff)
(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 aa90d06cbb..2cf263e7c5 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,