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:
Lars Ingebrigtsen 2019-07-13 05:05:03 +02:00
parent 66620c46f0
commit 1b0d621f02

View file

@ -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.