changeset 31635:208d8385ccae

(create-image): Doc fix.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 15 Sep 2000 11:49:07 +0000
parents 8dfcbd633017
children 3ff1515f7c7a
files lisp/image.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/image.el	Fri Sep 15 11:48:44 2000 +0000
+++ b/lisp/image.el	Fri Sep 15 11:49:07 2000 +0000
@@ -85,7 +85,7 @@
 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))