projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9611e9
)
Mention describe-symbol in cl-defstruct docstring
author
Stefan Kangas
<stefan@marxist.se>
Tue, 28 Sep 2021 16:38:10 +0000
(18:38 +0200)
committer
Stefan 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
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/cl-macs.el
b/lisp/emacs-lisp/cl-macs.el
index 74210ac63207552b175a6b66e625492710448b6e..527720c6e8dff93f8342330c9860a934c977909f 100644
(file)
--- 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)