diff options
Diffstat (limited to 'lisp/emacs-lisp/cl-macs.el')
-rw-r--r-- | lisp/emacs-lisp/cl-macs.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/cl-macs.el b/lisp/emacs-lisp/cl-macs.el index 4e0e323cfa1..74210ac6320 100644 --- a/lisp/emacs-lisp/cl-macs.el +++ b/lisp/emacs-lisp/cl-macs.el @@ -2888,6 +2888,9 @@ Supported keywords for slots are: - `:documentation': this is a docstring describing the slot. - `:type': the type of the field; currently only used for documentation. +To see the documentation for a defined struct type, use +\\[cl-describe-type]. + \(fn NAME &optional DOCSTRING &rest SLOTS)" (declare (doc-string 2) (indent 1) (debug |