From ccb35fb8fb9de5f069fd0103f24e3048d716febc Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Tue, 28 Sep 2021 18:38:10 +0200 Subject: [PATCH] Mention describe-symbol in cl-defstruct docstring * lisp/emacs-lisp/cl-macs.el (cl-defstruct): Mention 'describe-symbol' in docstring. --- lisp/emacs-lisp/cl-macs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/cl-macs.el b/lisp/emacs-lisp/cl-macs.el index 74210ac6320..527720c6e8d 100644 --- a/lisp/emacs-lisp/cl-macs.el +++ b/lisp/emacs-lisp/cl-macs.el @@ -2889,7 +2889,7 @@ Supported keywords for slots are: - `:type': the type of the field; currently only used for documentation. To see the documentation for a defined struct type, use -\\[cl-describe-type]. +\\[describe-symbol] or \\[cl-describe-type]. \(fn NAME &optional DOCSTRING &rest SLOTS)" (declare (doc-string 2) (indent 1)