* 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)
committerJuri Linkov <juri@linkov.net>
Wed, 17 Apr 2024 18:01:14 +0000 (21:01 +0300)
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)