summaryrefslogtreecommitdiff
path: root/lisp/image.el
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-09-15 11:49:07 +0000
committerGerd Moellmann <gerd@gnu.org>2000-09-15 11:49:07 +0000
commitd1d3c685624741d172dc5ff681b85ee495d62712 (patch)
tree35ca91c6ba7a1c3e67cab7bbe67cab215b8ce509 /lisp/image.el
parentb5d618ba9378872671b5800b59975562a963a9f0 (diff)
downloademacs-d1d3c685624741d172dc5ff681b85ee495d62712.tar.gz
(create-image): Doc fix.
Diffstat (limited to 'lisp/image.el')
-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,
use its file extension.as image type.
Optional DATA-P non-nil means FILE-OR-DATA is a string containing image data.
Optional PROPS are additional image attributes to assign to the image,
-like, e.g. `:heuristic-mask t'.
+like, e.g. `:mask MASK'.
Value is the image created, or nil if images of type TYPE are not supported."
(when (and (not data-p) (not (stringp file-or-data)))
(error "Invalid image file name `%s'" file-or-data))