]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/cl-macs.el (cl-defstruct): Fix a docstring typo
authorPhil Sainty <psainty@orcon.net.nz>
Sat, 13 Jul 2019 11:58:14 +0000 (23:58 +1200)
committerPhil Sainty <psainty@orcon.net.nz>
Sat, 13 Jul 2019 11:58:14 +0000 (23:58 +1200)
lisp/emacs-lisp/cl-macs.el

index ef78cfa62ef060704c59cda947a9214fbe796723..c665282b8ca14602f908a1ceb16aca073a1c6d3a 100644 (file)
@@ -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)