1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-29 11:02:01 +00:00

Rename pixmap-spec-p to bitmap-spec-p.

This commit is contained in:
Gerd Moellmann 1999-10-07 20:27:52 +00:00
parent ef6d912c5e
commit ea7220f85c

View File

@ -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.