Mercurial > emacs
changeset 66402:ade0d81f63a9
(defimage): Add `doc-string' declaration.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 24 Oct 2005 16:43:03 +0000 |
parents | a8bf0a9de6ac |
children | 6d02f0b72652 |
files | lisp/image.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/image.el Mon Oct 24 16:42:33 2005 +0000 +++ b/lisp/image.el Mon Oct 24 16:43:03 2005 +0000 @@ -430,10 +430,11 @@ (defimage test-image ((:type xpm :file \"~/test1.xpm\") (:type xbm :file \"~/test1.xbm\")))" + (declare (doc-string 3)) `(defvar ,symbol (find-image ',specs) ,doc)) (provide 'image) -;;; arch-tag: 8e76a07b-eb48-4f3e-a7a0-1a7ba9f096b3 +;; arch-tag: 8e76a07b-eb48-4f3e-a7a0-1a7ba9f096b3 ;;; image.el ends here