From c87878af7d54a0651a8aeb7a9dbe0703b3c4ed65 Mon Sep 17 00:00:00 2001 From: Phil Sainty Date: Sat, 13 Jul 2019 23:58:14 +1200 Subject: [PATCH] * 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 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) -- 2.39.2