emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 4dd3288569c: * lisp/emacs-lisp/icons.el (define-icon): Add 'doc-s


From: Juri Linkov
Subject: master 4dd3288569c: * lisp/emacs-lisp/icons.el (define-icon): Add 'doc-string' to 'declare'.
Date: Wed, 17 Apr 2024 14:01:36 -0400 (EDT)

branch: master
commit 4dd3288569c30414abf0be4fd357d66e4dfeb8fb
Author: Juri Linkov <juri@linkov.net>
Commit: Juri Linkov <juri@linkov.net>

    * lisp/emacs-lisp/icons.el (define-icon): Add 'doc-string' to 'declare'.
---
 lisp/emacs-lisp/icons.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/icons.el b/lisp/emacs-lisp/icons.el
index f9591661688..847ef53a1cb 100644
--- a/lisp/emacs-lisp/icons.el
+++ b/lisp/emacs-lisp/icons.el
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]