From: Philipp Stephani Date: Sun, 3 Apr 2022 15:51:04 +0000 (+0200) Subject: ; * lisp/emacs-lisp/cl-macs.el (cl-struct-slot-value): Fix typo. X-Git-Tag: emacs-29.0.90~1931^2~795 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3c6524140b7a5e68875541781c3c48853e763dc3;p=emacs.git ; * lisp/emacs-lisp/cl-macs.el (cl-struct-slot-value): Fix typo. --- 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