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: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lispref/display.texi
Date: Wed, 23 Mar 2005 17:47:41 -0500

Index: emacs/lispref/display.texi
diff -c emacs/lispref/display.texi:1.153 emacs/lispref/display.texi:1.154
*** emacs/lispref/display.texi:1.153    Mon Mar 21 17:47:42 2005
--- emacs/lispref/display.texi  Wed Mar 23 22:47:41 2005
***************
*** 1697,1702 ****
--- 1697,1704 ----
  @kindex fringe @r{(face name)}
  This face controls the default colors of window fringes, the thin areas on
  either side that are used to display continuation and truncation glyphs.
+ Other faces used to display bitmaps in the fringe implicitly inherits from
+ this face.
  
  @item minibuffer-prompt
  @kindex minibuffer-prompt @r{(face name)}
***************
*** 2833,2839 ****
  @code{(right-fringe @var{bitmap} address@hidden)} (@pxref{Display
  Property}).  Here, @var{bitmap} is a symbol identifying the bitmap
  you want, and @var{face} (which is optional) is the name of the face
! whose colors should be used for displaying the bitmap.
  
    These are the symbols identify the standard fringe bitmaps.
  Evaluate @code{(require 'fringe)} to define them.  Fringe bitmap
--- 2835,2844 ----
  @code{(right-fringe @var{bitmap} address@hidden)} (@pxref{Display
  Property}).  Here, @var{bitmap} is a symbol identifying the bitmap
  you want, and @var{face} (which is optional) is the name of the face
! whose colors should be used for displaying the bitmap, instead of the
! default @code{fringe} face.  When specified, @var{face} implicitly
! inherits from the @code{fringe} face, so normally @var{face} only
! specifies the foreground color for the bitmap.
  
    These are the symbols identify the standard fringe bitmaps.
  Evaluate @code{(require 'fringe)} to define them.  Fringe bitmap
***************
*** 2923,2930 ****
  If @var{face} is @code{nil}, it selects the @code{fringe} face.  The
  bitmap's face controls the color to draw it in.
  
! The face you use here should be derived from @code{fringe}, and should
! specify only the foreground color.
  @end defun
  
  @node Overlay Arrow
--- 2928,2935 ----
  If @var{face} is @code{nil}, it selects the @code{fringe} face.  The
  bitmap's face controls the color to draw it in.
  
! The @var{face} implicitly inherits from the @code{fringe} face,
! so normally @var{face} should specifu only the foreground color.
  @end defun
  
  @node Overlay Arrow




reply via email to

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