]> git.eshelyaron.com Git - emacs.git/commitdiff
(Vglyph_table): Doc fix.
authorKarl Heuer <kwzh@gnu.org>
Wed, 13 Apr 1994 20:44:38 +0000 (20:44 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 13 Apr 1994 20:44:38 +0000 (20:44 +0000)
src/dispnew.c

index aa90d06cbb6f0f20cd6e8e9dee658be7b43abd42..2cf263e7c5489b559e75ce9ae530c3648eb74dc8 100644 (file)
@@ -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,