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