changeset 25911:b192e4e3a9f5

Rename pixmap-spec-p to bitmap-spec-p.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 07 Oct 1999 20:27:52 +0000
parents 918acea58309
children 83a419607df5
files lispref/display.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/display.texi	Thu Oct 07 20:27:26 1999 +0000
+++ b/lispref/display.texi	Thu Oct 07 20:27:52 1999 +0000
@@ -1463,7 +1463,7 @@
 for bitmap files, for the @code{:stipple} attribute.
 @end defvar
 
-@defun pixmap-spec-p object
+@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.