]> code.delx.au - gnu-emacs/commitdiff
(create-image): Doc fix.
authorGerd Moellmann <gerd@gnu.org>
Fri, 15 Sep 2000 11:49:07 +0000 (11:49 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 15 Sep 2000 11:49:07 +0000 (11:49 +0000)
lisp/image.el

index 968344399751ca6547d6f7e0ba2da20c14f72934..579d4d3f4535c965a101f3c3a2894444e403a7a2 100644 (file)
@@ -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))