diff options
| author | Gerd Moellmann | 2000-09-15 11:49:07 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-09-15 11:49:07 +0000 |
| commit | d1d3c685624741d172dc5ff681b85ee495d62712 (patch) | |
| tree | 35ca91c6ba7a1c3e67cab7bbe67cab215b8ce509 | |
| parent | b5d618ba9378872671b5800b59975562a963a9f0 (diff) | |
| download | emacs-d1d3c685624741d172dc5ff681b85ee495d62712.tar.gz emacs-d1d3c685624741d172dc5ff681b85ee495d62712.zip | |
(create-image): Doc fix.
| -rw-r--r-- | lisp/image.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/image.el b/lisp/image.el index 96834439975..579d4d3f453 100644 --- a/lisp/image.el +++ b/lisp/image.el | |||
| @@ -85,7 +85,7 @@ of image data. If that doesn't work, and FILE-OR-DATA is a file name, | |||
| 85 | use its file extension.as image type. | 85 | use its file extension.as image type. |
| 86 | Optional DATA-P non-nil means FILE-OR-DATA is a string containing image data. | 86 | Optional DATA-P non-nil means FILE-OR-DATA is a string containing image data. |
| 87 | Optional PROPS are additional image attributes to assign to the image, | 87 | Optional PROPS are additional image attributes to assign to the image, |
| 88 | like, e.g. `:heuristic-mask t'. | 88 | like, e.g. `:mask MASK'. |
| 89 | Value is the image created, or nil if images of type TYPE are not supported." | 89 | Value is the image created, or nil if images of type TYPE are not supported." |
| 90 | (when (and (not data-p) (not (stringp file-or-data))) | 90 | (when (and (not data-p) (not (stringp file-or-data))) |
| 91 | (error "Invalid image file name `%s'" file-or-data)) | 91 | (error "Invalid image file name `%s'" file-or-data)) |