emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 3c6524140b: ; * lisp/emacs-lisp/cl-macs.el (cl-struct-slot-value)


From: Philipp Stephani
Subject: master 3c6524140b: ; * lisp/emacs-lisp/cl-macs.el (cl-struct-slot-value): Fix typo.
Date: Sun, 3 Apr 2022 11:51:54 -0400 (EDT)

branch: master
commit 3c6524140b7a5e68875541781c3c48853e763dc3
Author: Philipp Stephani <phst@google.com>
Commit: Philipp Stephani <phst@google.com>

    ; * lisp/emacs-lisp/cl-macs.el (cl-struct-slot-value): Fix 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 5d2a7c03ac..da7157f434 100644
--- 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]