diff options
Diffstat (limited to 'lisp/image.el')
-rw-r--r-- | lisp/image.el | 2 |
1 files changed, 1 insertions, 1 deletions
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. |