diff options
-rw-r--r-- | lispref/display.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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) |