aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Sainty2019-07-13 23:58:14 +1200
committerPhil Sainty2019-07-13 23:58:14 +1200
commitc87878af7d54a0651a8aeb7a9dbe0703b3c4ed65 (patch)
treec2d5192f3a6d9ea51b50db682790c75bb29f8b28
parentadf8e24cde256375dd5098e0197a84282dc00bc9 (diff)
downloademacs-c87878af7d54a0651a8aeb7a9dbe0703b3c4ed65.tar.gz
emacs-c87878af7d54a0651a8aeb7a9dbe0703b3c4ed65.zip
* lisp/emacs-lisp/cl-macs.el (cl-defstruct): Fix a docstring typo
-rw-r--r--lisp/emacs-lisp/cl-macs.el2
1 files changed, 1 insertions, 1 deletions
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.
2722Currently, only one keyword is supported, `:read-only'. If this has a 2722Currently, only one keyword is supported, `:read-only'. If this has a
2723non-nil value, that slot cannot be set via `setf'. 2723non-nil value, that slot cannot be set via `setf'.
2724 2724
2725It's DOC-STRING is optional. 2725Its DOC-STRING is optional.
2726 2726
2727\(fn NAME &optional DOCSTRING &rest SLOTS)" 2727\(fn NAME &optional DOCSTRING &rest SLOTS)"
2728 (declare (doc-string 2) (indent 1) 2728 (declare (doc-string 2) (indent 1)