From 18c9f8a224e17082270b83fb77a1fc9d41072cff Mon Sep 17 00:00:00 2001 From: Xue Fuqiao Date: Mon, 28 Oct 2013 06:53:48 +0800 Subject: [PATCH] * lisp/image.el (defimage): Doc fix. --- doc/lispref/display.texi | 1 + lisp/ChangeLog | 4 ++++ lisp/image.el | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) 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. -- 2.39.5