1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Fix cl-defstruct doc string fix

* lisp/emacs-lisp/cl-macs.el (cl-defstruct): Remove sentence from
doc string that was left in by mistake when fixing the arglist
documentation.
This commit is contained in:
Lars Ingebrigtsen 2019-07-13 14:27:36 +02:00
parent c87878af7d
commit 67e2116160

View file

@ -2722,8 +2722,6 @@ 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'.
Its DOC-STRING is optional.
\(fn NAME &optional DOCSTRING &rest SLOTS)"
(declare (doc-string 2) (indent 1)
(debug