aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2019-07-13 14:27:36 +0200
committerLars Ingebrigtsen2019-07-13 14:27:36 +0200
commit67e2116160bef8ad1cc8ee7c5f5a7bc70cb1a7fb (patch)
tree50a8ae6ae387062fa705a74fe4d08d802487d0bb
parentc87878af7d54a0651a8aeb7a9dbe0703b3c4ed65 (diff)
downloademacs-67e2116160bef8ad1cc8ee7c5f5a7bc70cb1a7fb.tar.gz
emacs-67e2116160bef8ad1cc8ee7c5f5a7bc70cb1a7fb.zip
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.
-rw-r--r--lisp/emacs-lisp/cl-macs.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/cl-macs.el b/lisp/emacs-lisp/cl-macs.el
index c665282b8ca..4347b4b71bf 100644
--- a/lisp/emacs-lisp/cl-macs.el
+++ b/lisp/emacs-lisp/cl-macs.el
@@ -2722,8 +2722,6 @@ pairs for that slot.
2722Currently, only one keyword is supported, `:read-only'. If this has a 2722Currently, only one keyword is supported, `:read-only'. If this has a
2723non-nil value, that slot cannot be set via `setf'. 2723non-nil value, that slot cannot be set via `setf'.
2724 2724
2725Its DOC-STRING is optional.
2726
2727\(fn NAME &optional DOCSTRING &rest SLOTS)" 2725\(fn NAME &optional DOCSTRING &rest SLOTS)"
2728 (declare (doc-string 2) (indent 1) 2726 (declare (doc-string 2) (indent 1)
2729 (debug 2727 (debug