* lisp/emacs-lisp/icons.el (define-icon): Add 'doc-string' to 'declare'.

This commit is contained in:
Juri Linkov 2024-04-17 21:01:14 +03:00
parent 230eecf12a
commit 4dd3288569

View 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)