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:
parent
c87878af7d
commit
67e2116160
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue