changeset 63734:8fd2b4f56556

(Face Functions): Correct Texinfo usage.
author Richard M. Stallman <rms@gnu.org>
date Fri, 24 Jun 2005 01:47:16 +0000
parents 7cbe9f7cc3cc
children cad79f2ac120
files lispref/display.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/display.texi	Fri Jun 24 01:47:01 2005 +0000
+++ b/lispref/display.texi	Fri Jun 24 01:47:16 2005 +0000
@@ -2527,7 +2527,7 @@
 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 @var{mode-line} face.
+makes @code{modeline} an alias for the @code{mode-line} face.
 
 @example
 (put 'modeline 'face-alias 'mode-line)