/[emacs]/emacs/lispref/display.texi
ViewVC logotype

Diff of /emacs/lispref/display.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.165 by jurta, Tue Jun 21 16:05:06 2005 UTC revision 1.166 by gm, Wed Jun 22 14:16:33 2005 UTC
# Line 2523  This returns non-@code{nil} if the face Line 2523  This returns non-@code{nil} if the face
2523  differently from the default face.  differently from the default face.
2524  @end defun  @end defun
2525    
2526    @cindex face alias
2527    A @dfn{face alias} provides an equivalent name for a face.  You can
2528    define a face alias by giving the alias symbol the @code{face-alias}
2529    property, with a value of the target face name.  The following example
2530    makes @code{modeline} an alias for the @code{mode-line} face.
2531    
2532    @example
2533    (put 'modeline 'face-alias 'mode-line)
2534    @end example
2535    
2536    
2537  @node Auto Faces  @node Auto Faces
2538  @subsection Automatic Face Assignment  @subsection Automatic Face Assignment
2539  @cindex automatic face assignment  @cindex automatic face assignment

Legend:
Removed from v.1.165  
changed lines
  Added in v.1.166

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26