changeset 6857:613ec7b5640e

(Vglyph_table): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Wed, 13 Apr 1994 20:44:38 +0000
parents 396254137b30
children 52aab53f8b83
files src/dispnew.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/dispnew.c	Wed Apr 13 20:42:42 1994 +0000
+++ b/src/dispnew.c	Wed Apr 13 20:44:38 1994 +0000
@@ -2409,7 +2409,7 @@
  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,