changeset 63691:7c067b8d0f4e

(Face Functions): Correct previous change.
author Glenn Morris <rgm@gnu.org>
date Thu, 23 Jun 2005 12:14:50 +0000
parents d8ed266ee06b
children 1707ee95a0b3
files lispref/display.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/display.texi	Thu Jun 23 08:34:34 2005 +0000
+++ b/lispref/display.texi	Thu Jun 23 12:14:50 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 @code{mode-line} face.
+makes @var{modeline} an alias for the @var{mode-line} face.
 
 @example
 (put 'modeline 'face-alias 'mode-line)