From 2ff3ad87154a9c75679d5e06328d8276f9e41206 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Wed, 17 Apr 2024 21:01:14 +0300 Subject: [PATCH] * lisp/emacs-lisp/icons.el (define-icon): Add 'doc-string' to 'declare'. (cherry picked from commit 4dd3288569c30414abf0be4fd357d66e4dfeb8fb) --- 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) -- 2.39.5