From 3c6524140b7a5e68875541781c3c48853e763dc3 Mon Sep 17 00:00:00 2001 From: Philipp Stephani Date: Sun, 3 Apr 2022 17:51:04 +0200 Subject: ; * 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(-) (limited to 'lisp/emacs-lisp') diff --git a/lisp/emacs-lisp/cl-macs.el b/lisp/emacs-lisp/cl-macs.el index 5d2a7c03ac4..da7157f4341 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 -- cgit v1.2.1