]> git.eshelyaron.com Git - emacs.git/commitdiff
(defimage): Add `doc-string' declaration.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 24 Oct 2005 16:43:03 +0000 (16:43 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 24 Oct 2005 16:43:03 +0000 (16:43 +0000)
lisp/image.el

index d9120b9bd323435480351e65e72540aa2a3c5210..87102dd34e447c249f77e7a47c9849d31e2cc41a 100644 (file)
@@ -430,10 +430,11 @@ Example:
 
    (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