diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 4 | ||||
-rw-r--r-- | lisp/image.el | 2 |
2 files changed, 5 insertions, 1 deletions
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 <xfq.free@gmail.com> + + * image.el (defimage): Doc fix. + 2013-10-27 Alan Mackenzie <acm@muc.de> 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. |