diff options
| author | Gerd Moellmann | 1999-10-07 20:27:52 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-10-07 20:27:52 +0000 |
| commit | ea7220f85c52f6bacf76872197d377e9659f2ffe (patch) | |
| tree | 11f6ada0bff17b71761d7ea83162f4508686d662 | |
| parent | ef6d912c5ed663b4104ecdf97229adf04806b8f8 (diff) | |
| download | emacs-ea7220f85c52f6bacf76872197d377e9659f2ffe.tar.gz emacs-ea7220f85c52f6bacf76872197d377e9659f2ffe.zip | |
Rename pixmap-spec-p to bitmap-spec-p.
| -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 | |||
| 1463 | for bitmap files, for the @code{:stipple} attribute. | 1463 | for 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 |
| 1467 | This returns @code{t} if @var{object} is a valid bitmap | 1467 | This returns @code{t} if @var{object} is a valid bitmap |
| 1468 | specification, suitable for use with @code{:stipple}. | 1468 | specification, suitable for use with @code{:stipple}. |
| 1469 | It returns @code{nil} otherwise. | 1469 | It returns @code{nil} otherwise. |