projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
adf8e24
)
* lisp/emacs-lisp/cl-macs.el (cl-defstruct): Fix a docstring typo
author
Phil Sainty
<psainty@orcon.net.nz>
Sat, 13 Jul 2019 11:58:14 +0000
(23:58 +1200)
committer
Phil Sainty
<psainty@orcon.net.nz>
Sat, 13 Jul 2019 11:58:14 +0000
(23:58 +1200)
lisp/emacs-lisp/cl-macs.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/cl-macs.el
b/lisp/emacs-lisp/cl-macs.el
index ef78cfa62ef060704c59cda947a9214fbe796723..c665282b8ca14602f908a1ceb16aca073a1c6d3a 100644
(file)
--- 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)