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: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/display.texi
Date: Thu, 23 Jun 2005 21:47:01 -0400

Index: emacs/lispref/display.texi
diff -c emacs/lispref/display.texi:1.167 emacs/lispref/display.texi:1.168
*** emacs/lispref/display.texi:1.167    Thu Jun 23 12:14:50 2005
--- emacs/lispref/display.texi  Fri Jun 24 01:47:01 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 @var{modeline} an alias for the @var{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 @code{modeline} an alias for the @var{mode-line} face.
  
  @example
  (put 'modeline 'face-alias 'mode-line)
***************
*** 2873,2881 ****
  the @code{fringe} face, so normally @var{face} need only specify the
  foreground color for the bitmap.
  
!   These are the symbols identify the standard fringe bitmaps.
! Evaluate @code{(require 'fringe)} to define them.  Fringe bitmap
! symbols have their own name space.
  
  @table @asis
  @item Truncation and continuation line bitmaps:
--- 2873,2881 ----
  the @code{fringe} face, so normally @var{face} need only specify the
  foreground color for the bitmap.
  
!   These symbols identify the standard fringe bitmaps.  Evaluate
! @code{(require 'fringe)} to define them.  Fringe bitmap symbols have
! their own name space.
  
  @table @asis
  @item Truncation and continuation line bitmaps:




reply via email to

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