]> git.eshelyaron.com Git - emacs.git/commitdiff
(Face Functions): Correct previous change.
authorGlenn Morris <rgm@gnu.org>
Thu, 23 Jun 2005 12:14:50 +0000 (12:14 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 23 Jun 2005 12:14:50 +0000 (12:14 +0000)
lispref/display.texi

index 6af7b8f19cd767de40a39abcd7cc5305e8043dc4..ff502a912efce154e0cf914cf9602581136f81fb 100644 (file)
@@ -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)