]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/emacs-lisp/cl-macs.el (cl-struct-slot-value): Fix typo.
authorPhilipp Stephani <phst@google.com>
Sun, 3 Apr 2022 15:51:04 +0000 (17:51 +0200)
committerPhilipp Stephani <phst@google.com>
Sun, 3 Apr 2022 15:51:04 +0000 (17:51 +0200)
lisp/emacs-lisp/cl-macs.el

index 5d2a7c03ac453cfe44742b75437e8adeba72701c..da7157f434182d58b8c1257e084e16ddd2a5c5cf 100644 (file)
@@ -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