projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66620c4
)
Document fix for cl-defstruct
author
Lars Ingebrigtsen
<larsi@gnus.org>
Sat, 13 Jul 2019 03:05:03 +0000
(
05:05
+0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sat, 13 Jul 2019 03:05:03 +0000
(
05:05
+0200)
* lisp/emacs-lisp/cl-macs.el (cl-defstruct): Document that we can
have a doc string (bug#32340).
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 7e11dd2e4aa2c166a5b3795c658bef4b3a0d4afa..ba3f26e43a0ab3d51be9a1714cd81d590f7f720f 100644
(file)
--- a/
lisp/emacs-lisp/cl-macs.el
+++ b/
lisp/emacs-lisp/cl-macs.el
@@
-2720,7
+2720,9
@@
pairs for that slot.
Currently, only one keyword is supported, `:read-only'. If this has a
non-nil value, that slot cannot be set via `setf'.
-\(fn NAME SLOTS...)"
+It's optional DOC-STRING is optional.
+
+\(fn NAME &optional DOCSTRING &rest SLOTS)"
(declare (doc-string 2) (indent 1)
(debug
(&define ;Makes top-level form not be wrapped.