/[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.167 by gm, Thu Jun 23 12:14:50 2005 UTC revision 1.168 by rms, Fri Jun 24 01:47:01 2005 UTC
# Line 2527  differently from the default face. Line 2527  differently from the default face.
2527  A @dfn{face alias} provides an equivalent name for a face.  You can  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}  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  property, with a value of the target face name.  The following example
2530  makes @var{modeline} an alias for the @var{mode-line} face.  makes @code{modeline} an alias for the @var{mode-line} face.
2531    
2532  @example  @example
2533  (put 'modeline 'face-alias 'mode-line)  (put 'modeline 'face-alias 'mode-line)
# Line 2873  default @code{fringe} face.  @var{face} Line 2873  default @code{fringe} face.  @var{face}
2873  the @code{fringe} face, so normally @var{face} need only specify the  the @code{fringe} face, so normally @var{face} need only specify the
2874  foreground color for the bitmap.  foreground color for the bitmap.
2875    
2876    These are the symbols identify the standard fringe bitmaps.    These symbols identify the standard fringe bitmaps.  Evaluate
2877  Evaluate @code{(require 'fringe)} to define them.  Fringe bitmap  @code{(require 'fringe)} to define them.  Fringe bitmap symbols have
2878  symbols have their own name space.  their own name space.
2879    
2880  @table @asis  @table @asis
2881  @item Truncation and continuation line bitmaps:  @item Truncation and continuation line bitmaps:

Legend:
Removed from v.1.167  
changed lines
  Added in v.1.168

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