* lisp/emacs-lisp/icons.el (define-icon): Add 'doc-string' to 'declare'.
This commit is contained in:
parent
230eecf12a
commit
4dd3288569
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue