emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/display.texi


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lispref/display.texi
Date: Wed, 22 Jun 2005 10:16:33 -0400

Index: emacs/lispref/display.texi
diff -c emacs/lispref/display.texi:1.165 emacs/lispref/display.texi:1.166
*** emacs/lispref/display.texi:1.165    Tue Jun 21 16:05:06 2005
--- emacs/lispref/display.texi  Wed Jun 22 14:16:33 2005
***************
*** 2523,2528 ****
--- 2523,2539 ----
  differently from the default face.
  @end defun
  
+ @cindex face alias
+ 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)
+ @end example
+ 
+ 
  @node Auto Faces
  @subsection Automatic Face Assignment
  @cindex automatic face assignment




reply via email to

[Prev in Thread] Current Thread [Next in Thread]