From 1c780d2b2548a94970a65f794d71ce07fae1951c Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 23 Jun 2005 12:14:50 +0000 Subject: [PATCH] (Face Functions): Correct previous change. --- lispref/display.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2