diff options
author | Glenn Morris <rgm@gnu.org> | 2005-06-23 12:14:50 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2005-06-23 12:14:50 +0000 |
commit | 1c780d2b2548a94970a65f794d71ce07fae1951c (patch) | |
tree | f2c380f9b02d1c049280352688860608a6964537 | |
parent | 9180519bbe4183aebdf112617bc4b011066c7aad (diff) | |
download | emacs-1c780d2b2548a94970a65f794d71ce07fae1951c.tar.gz emacs-1c780d2b2548a94970a65f794d71ce07fae1951c.tar.bz2 emacs-1c780d2b2548a94970a65f794d71ce07fae1951c.zip |
(Face Functions): Correct previous change.
-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) |