projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45011b7
)
; * lisp/emacs-lisp/cl-macs.el (cl-struct-slot-value): Fix typo.
author
Philipp Stephani
<phst@google.com>
Sun, 3 Apr 2022 15:51:04 +0000
(17:51 +0200)
committer
Philipp Stephani
<phst@google.com>
Sun, 3 Apr 2022 15:51:04 +0000
(17:51 +0200)
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 5d2a7c03ac453cfe44742b75437e8adeba72701c..da7157f434182d58b8c1257e084e16ddd2a5c5cf 100644
(file)
--- a/
lisp/emacs-lisp/cl-macs.el
+++ b/
lisp/emacs-lisp/cl-macs.el
@@
-3625,7
+3625,7
@@
The type name can then be used in `cl-typecase', `cl-check-type', etc."
(define-inline cl-struct-slot-value (struct-type slot-name inst)
"Return the value of slot SLOT-NAME in INST of STRUCT-TYPE.
-STRUCT and SLOT-NAME are symbols. INST is a structure instance."
+STRUCT
-TYPE
and SLOT-NAME are symbols. INST is a structure instance."
(declare (side-effect-free t))
(inline-letevals (struct-type slot-name inst)
(inline-quote