From: Gerd Moellmann Date: Fri, 15 Sep 2000 11:49:07 +0000 (+0000) Subject: (create-image): Doc fix. X-Git-Tag: emacs-pretest-21.0.90~1590 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d1d3c685624741d172dc5ff681b85ee495d62712;p=emacs.git (create-image): Doc fix. --- 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))