From 67e2116160bef8ad1cc8ee7c5f5a7bc70cb1a7fb Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sat, 13 Jul 2019 14:27:36 +0200 Subject: [PATCH] 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. --- lisp/emacs-lisp/cl-macs.el | 2 -- 1 file changed, 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. 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 -- 2.39.2