From: Phil Sainty Date: Sat, 13 Jul 2019 11:58:14 +0000 (+1200) Subject: * lisp/emacs-lisp/cl-macs.el (cl-defstruct): Fix a docstring typo X-Git-Tag: emacs-27.0.90~1952 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c87878af7d54a0651a8aeb7a9dbe0703b3c4ed65;p=emacs.git * lisp/emacs-lisp/cl-macs.el (cl-defstruct): Fix a docstring typo --- diff --git a/lisp/emacs-lisp/cl-macs.el b/lisp/emacs-lisp/cl-macs.el index ef78cfa62ef..c665282b8ca 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)