aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-09-15 11:49:07 +0000
committerGerd Moellmann2000-09-15 11:49:07 +0000
commitd1d3c685624741d172dc5ff681b85ee495d62712 (patch)
tree35ca91c6ba7a1c3e67cab7bbe67cab215b8ce509
parentb5d618ba9378872671b5800b59975562a963a9f0 (diff)
downloademacs-d1d3c685624741d172dc5ff681b85ee495d62712.tar.gz
emacs-d1d3c685624741d172dc5ff681b85ee495d62712.zip
(create-image): Doc fix.
-rw-r--r--lisp/image.el2
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,
85use its file extension.as image type. 85use its file extension.as image type.
86Optional DATA-P non-nil means FILE-OR-DATA is a string containing image data. 86Optional DATA-P non-nil means FILE-OR-DATA is a string containing image data.
87Optional PROPS are additional image attributes to assign to the image, 87Optional PROPS are additional image attributes to assign to the image,
88like, e.g. `:heuristic-mask t'. 88like, e.g. `:mask MASK'.
89Value is the image created, or nil if images of type TYPE are not supported." 89Value 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))