emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master c87878a 3/3: * lisp/emacs-lisp/cl-macs.el (cl-defst


From: Phil
Subject: [Emacs-diffs] master c87878a 3/3: * lisp/emacs-lisp/cl-macs.el (cl-defstruct): Fix a docstring typo
Date: Sat, 13 Jul 2019 08:00:12 -0400 (EDT)

branch: master
commit c87878af7d54a0651a8aeb7a9dbe0703b3c4ed65
Author: Phil Sainty <address@hidden>
Commit: Phil Sainty <address@hidden>

    * lisp/emacs-lisp/cl-macs.el (cl-defstruct): Fix a docstring typo
---
 lisp/emacs-lisp/cl-macs.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/cl-macs.el b/lisp/emacs-lisp/cl-macs.el
index ef78cfa..c665282 100644
--- a/lisp/emacs-lisp/cl-macs.el
+++ b/lisp/emacs-lisp/cl-macs.el
@@ -2722,7 +2722,7 @@ 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'.
 
-It's DOC-STRING is optional.
+Its DOC-STRING is optional.
 
 \(fn NAME &optional DOCSTRING &rest SLOTS)"
   (declare (doc-string 2) (indent 1)



reply via email to

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