From: Glenn Morris Date: Thu, 23 Jun 2005 12:14:50 +0000 (+0000) Subject: (Face Functions): Correct previous change. X-Git-Tag: emacs-pretest-22.0.90~8709 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1c780d2b2548a94970a65f794d71ce07fae1951c;p=emacs.git (Face Functions): Correct previous change. --- diff --git a/lispref/display.texi b/lispref/display.texi index 6af7b8f19cd..ff502a912ef 100644 --- a/lispref/display.texi +++ b/lispref/display.texi @@ -2527,7 +2527,7 @@ differently from the default face. A @dfn{face alias} provides an equivalent name for a face. You can define a face alias by giving the alias symbol the @code{face-alias} property, with a value of the target face name. The following example -makes @code{modeline} an alias for the @code{mode-line} face. +makes @var{modeline} an alias for the @var{mode-line} face. @example (put 'modeline 'face-alias 'mode-line)