]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/icons.el (define-icon): Add 'doc-string' to 'declare'.
authorJuri Linkov <juri@linkov.net>
Wed, 17 Apr 2024 18:01:14 +0000 (21:01 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sat, 20 Apr 2024 11:03:50 +0000 (14:03 +0300)
(cherry picked from commit 4dd3288569c30414abf0be4fd357d66e4dfeb8fb)

lisp/emacs-lisp/icons.el

index f95916616887da3a28a7c6ac7a5f28f9b236339e..847ef53a1cbd59d294e2ef288d15b30025c0bfe1 100644 (file)
@@ -73,7 +73,7 @@ inferred if not present.
 
 `:help-echo': Informational text that explains what happens if
 the icon is used as a button and you click it."
-  (declare (indent 2))
+  (declare (doc-string 4) (indent 2))
   (unless (symbolp name)
     (error "NAME must be a symbol: %S" name))
   (unless (plist-get keywords :version)