Index: emacs/lispref/display.texi
diff -c emacs/lispref/display.texi:1.166 emacs/lispref/display.texi:1.167
*** emacs/lispref/display.texi:1.166 Wed Jun 22 14:16:33 2005
--- emacs/lispref/display.texi Thu Jun 23 12:14:50 2005
***************
*** 2527,2533 ****
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.
@example
(put 'modeline 'face-alias 'mode-line)
--- 2527,2533 ----
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 @var{modeline} an alias for the @var{mode-line} face.
@example
(put 'modeline 'face-alias 'mode-line)
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs