aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann1999-10-07 20:27:52 +0000
committerGerd Moellmann1999-10-07 20:27:52 +0000
commitea7220f85c52f6bacf76872197d377e9659f2ffe (patch)
tree11f6ada0bff17b71761d7ea83162f4508686d662
parentef6d912c5ed663b4104ecdf97229adf04806b8f8 (diff)
downloademacs-ea7220f85c52f6bacf76872197d377e9659f2ffe.tar.gz
emacs-ea7220f85c52f6bacf76872197d377e9659f2ffe.zip
Rename pixmap-spec-p to bitmap-spec-p.
-rw-r--r--lispref/display.texi2
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
1463for bitmap files, for the @code{:stipple} attribute. 1463for bitmap files, for the @code{:stipple} attribute.
1464@end defvar 1464@end defvar
1465 1465
1466@defun pixmap-spec-p object 1466@defun bitmap-spec-p object
1467This returns @code{t} if @var{object} is a valid bitmap 1467This returns @code{t} if @var{object} is a valid bitmap
1468specification, suitable for use with @code{:stipple}. 1468specification, suitable for use with @code{:stipple}.
1469It returns @code{nil} otherwise. 1469It returns @code{nil} otherwise.