diff options
author | Gerd Moellmann <gerd@gnu.org> | 1999-10-07 20:27:52 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 1999-10-07 20:27:52 +0000 |
commit | ea7220f85c52f6bacf76872197d377e9659f2ffe (patch) | |
tree | 11f6ada0bff17b71761d7ea83162f4508686d662 /lispref | |
parent | ef6d912c5ed663b4104ecdf97229adf04806b8f8 (diff) | |
download | emacs-ea7220f85c52f6bacf76872197d377e9659f2ffe.tar.gz |
Rename pixmap-spec-p to bitmap-spec-p.
Diffstat (limited to 'lispref')
-rw-r--r-- | lispref/display.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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. |