From: Stefan Kangas Date: Tue, 28 Sep 2021 16:38:10 +0000 (+0200) Subject: Mention describe-symbol in cl-defstruct docstring X-Git-Tag: emacs-28.0.90~544 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ccb35fb8fb9de5f069fd0103f24e3048d716febc;p=emacs.git Mention describe-symbol in cl-defstruct docstring * lisp/emacs-lisp/cl-macs.el (cl-defstruct): Mention 'describe-symbol' in docstring. --- 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)