1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-05 08:53:45 +00:00

(Face Functions): Correct previous change.

This commit is contained in:
Glenn Morris 2005-06-23 12:14:50 +00:00
parent 9180519bbe
commit 1c780d2b25

View File

@ -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)