Mention describe-symbol in cl-defstruct docstring

* lisp/emacs-lisp/cl-macs.el (cl-defstruct): Mention 'describe-symbol'
in docstring.
This commit is contained in:
Stefan Kangas 2021-09-28 18:38:10 +02:00
parent b9611e9c7e
commit ccb35fb8fb

View file

@ -2889,7 +2889,7 @@ Supported keywords for slots are:
- `:type': the type of the field; currently only used for documentation. - `:type': the type of the field; currently only used for documentation.
To see the documentation for a defined struct type, use 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)" \(fn NAME &optional DOCSTRING &rest SLOTS)"
(declare (doc-string 2) (indent 1) (declare (doc-string 2) (indent 1)