From d1d3c685624741d172dc5ff681b85ee495d62712 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 15 Sep 2000 11:49:07 +0000 Subject: [PATCH] (create-image): Doc fix. --- lisp/image.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.2