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:
parent
b9611e9c7e
commit
ccb35fb8fb
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue