The remaining arguments, @var{props}, specify additional image
properties---for example,
+@c ‘:heuristic-mask’ is not documented?
@example
(create-image "foo.xpm" 'xpm nil :heuristic-mask t)
@end example
+2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
+
+ * image.el (defimage): Doc fix.
+
2013-10-27 Alan Mackenzie <acm@muc.de>
Indent statements in macros following "##" correctly.
;;;###autoload
(defmacro defimage (symbol specs &optional doc)
- "Define SYMBOL as an image.
+ "Define SYMBOL as an image, and return SYMBOL.
SPECS is a list of image specifications. DOC is an optional
documentation string.