emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 67e2116: Fix cl-defstruct doc string fix


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 67e2116: Fix cl-defstruct doc string fix
Date: Sat, 13 Jul 2019 08:27:54 -0400 (EDT)

branch: master
commit 67e2116160bef8ad1cc8ee7c5f5a7bc70cb1a7fb
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    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 c665282..4347b4b 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]