From: Xue Fuqiao Date: Sun, 27 Oct 2013 22:53:48 +0000 (+0800) Subject: * lisp/image.el (defimage): Doc fix. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1104 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=18c9f8a224e17082270b83fb77a1fc9d41072cff;p=emacs.git * lisp/image.el (defimage): Doc fix. --- diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index ac39a8b4eb4..cdec1953999 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi @@ -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 diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b9541322ac0..74e3450dc02 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2013-10-27 Xue Fuqiao + + * image.el (defimage): Doc fix. + 2013-10-27 Alan Mackenzie Indent statements in macros following "##" correctly. diff --git a/lisp/image.el b/lisp/image.el index 91cc3addb06..0fc4deba296 100644 --- a/lisp/image.el +++ b/lisp/image.el @@ -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.