From: Gerd Moellmann Date: Thu, 7 Oct 1999 20:27:52 +0000 (+0000) Subject: Rename pixmap-spec-p to bitmap-spec-p. X-Git-Tag: emacs-pretest-21.0.90~6532 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ea7220f85c52f6bacf76872197d377e9659f2ffe;p=emacs.git Rename pixmap-spec-p to bitmap-spec-p. --- diff --git a/lispref/display.texi b/lispref/display.texi index 4ec6a5ed3bf..3c7a3000a41 100644 --- a/lispref/display.texi +++ b/lispref/display.texi @@ -1463,7 +1463,7 @@ This variable specifies a list of directories for searching 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.