]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/image.el (defimage): Doc fix.
authorXue Fuqiao <xfq.free@gmail.com>
Sun, 27 Oct 2013 22:53:48 +0000 (06:53 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Sun, 27 Oct 2013 22:53:48 +0000 (06:53 +0800)
doc/lispref/display.texi
lisp/ChangeLog
lisp/image.el

index ac39a8b4eb408a0b68c448d0493b076b7f0338b5..cdec19539999e7e771224c253484d3d22758e2c4 100644 (file)
@@ -4781,6 +4781,7 @@ from the file's name.
 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
index b9541322ac0cb93c2da1e8fa900195b8f0f518e8..74e3450dc02c67bf245e0a955c96948c76425a3f 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 91cc3addb067e9601b92dee29c41269c6e99ff1d..0fc4deba2965888800434f0b2045a74c1ee832e1 100644 (file)
@@ -591,7 +591,7 @@ Image files should not be larger than specified by `max-image-size'."
 
 ;;;###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.