diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-09-28 18:38:10 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-09-28 18:38:10 +0200 |
commit | ccb35fb8fb9de5f069fd0103f24e3048d716febc (patch) | |
tree | 9a6777687e056c5a0619568abebcd16945061763 /lisp/emacs-lisp | |
parent | b9611e9c7e34b8b8ca2a5a9bba1252f4d8392583 (diff) | |
download | emacs-ccb35fb8fb9de5f069fd0103f24e3048d716febc.tar.gz emacs-ccb35fb8fb9de5f069fd0103f24e3048d716febc.tar.bz2 emacs-ccb35fb8fb9de5f069fd0103f24e3048d716febc.zip |
Mention describe-symbol in cl-defstruct docstring
* lisp/emacs-lisp/cl-macs.el (cl-defstruct): Mention 'describe-symbol'
in docstring.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/cl-macs.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |