Document fix for cl-defstruct
* lisp/emacs-lisp/cl-macs.el (cl-defstruct): Document that we can have a doc string (bug#32340).
This commit is contained in:
parent
66620c46f0
commit
1b0d621f02
1 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue