diff options
author | Xue Fuqiao <xfq.free@gmail.com> | 2013-10-28 06:53:48 +0800 |
---|---|---|
committer | Xue Fuqiao <xfq.free@gmail.com> | 2013-10-28 06:53:48 +0800 |
commit | 18c9f8a224e17082270b83fb77a1fc9d41072cff (patch) | |
tree | 126d3c04f98c720b577fce6f5a27e969b9aa5d18 /lisp/image.el | |
parent | b1e8e010610ae57027c84f2f7c2966baf8ef274d (diff) | |
download | emacs-18c9f8a224e17082270b83fb77a1fc9d41072cff.tar.gz emacs-18c9f8a224e17082270b83fb77a1fc9d41072cff.tar.bz2 emacs-18c9f8a224e17082270b83fb77a1fc9d41072cff.zip |
* lisp/image.el (defimage): Doc fix.
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. |