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: Mon, 21 Jan 2002 18:04:26 -0500

Index: emacs/lispref/display.texi
diff -c emacs/lispref/display.texi:1.75 emacs/lispref/display.texi:1.76
*** emacs/lispref/display.texi:1.75     Fri Jan 18 06:44:40 2002
--- emacs/lispref/display.texi  Mon Jan 21 18:04:26 2002
***************
*** 1590,1598 ****
  @end defvar
  
  @defun bitmap-spec-p object
! This returns @code{t} if @var{object} is a valid bitmap
! specification, suitable for use with @code{:stipple}.
! It returns @code{nil} otherwise.
  @end defun
  
  @node Attribute Functions
--- 1590,1598 ----
  @end defvar
  
  @defun bitmap-spec-p object
! This returns @code{t} if @var{object} is a valid bitmap specification,
! suitable for use with @code{:stipple} (see above).  It returns
! @code{nil} otherwise.
  @end defun
  
  @node Attribute Functions
***************
*** 1658,1667 ****
  @end defun
  
  @defun set-face-stipple face pattern &optional frame
! This function sets the background stipple pattern of face @var{face} to
! @var{pattern}.  The argument @var{pattern} should be the name of a
! stipple pattern defined by the X server, or @code{nil} meaning don't use
! stipple.
  
  Normally there is no need to pay attention to stipple patterns, because
  they are used automatically to handle certain shades of gray.
--- 1658,1667 ----
  @end defun
  
  @defun set-face-stipple face pattern &optional frame
! This function sets the background stipple pattern of face @var{face}
! to @var{pattern}.  The argument @var{pattern} should be the name of a
! stipple pattern defined by the X server, or actual bitmap data
! (@pxref{Face Attributes}), or @code{nil} meaning don't use stipple.
  
  Normally there is no need to pay attention to stipple patterns, because
  they are used automatically to handle certain shades of gray.



reply via email to

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