]> git.eshelyaron.com Git - emacs.git/commitdiff
Mention cl-describe-type in cl-defstruct docstring
authorStefan Kangas <stefan@marxist.se>
Tue, 28 Sep 2021 16:08:47 +0000 (18:08 +0200)
committerStefan Kangas <stefan@marxist.se>
Tue, 28 Sep 2021 16:09:36 +0000 (18:09 +0200)
* lisp/emacs-lisp/cl-macs.el (cl-defstruct): Mention
'cl-describe-type' in docstring.

lisp/emacs-lisp/cl-macs.el

index 4e0e323cfa1aa07a8a17124f4931f7a5859a1984..74210ac63207552b175a6b66e625492710448b6e 100644 (file)
@@ -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