projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
230eecf
)
* lisp/emacs-lisp/icons.el (define-icon): Add 'doc-string' to 'declare'.
author
Juri Linkov
<juri@linkov.net>
Wed, 17 Apr 2024 18:01:14 +0000
(21:01 +0300)
committer
Juri Linkov
<juri@linkov.net>
Wed, 17 Apr 2024 18:01:14 +0000
(21:01 +0300)
lisp/emacs-lisp/icons.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/icons.el
b/lisp/emacs-lisp/icons.el
index f95916616887da3a28a7c6ac7a5f28f9b236339e..847ef53a1cbd59d294e2ef288d15b30025c0bfe1 100644
(file)
--- 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)