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

lisp/emacs-lisp/cl-macs.el

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