From: Sean Whitton Date: Sun, 6 Oct 2024 05:38:57 +0000 (+0800) Subject: ; * lisp/emacs-lisp/cl-macs.el (cl-once-only): Fix capitalisation. X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~362^2~11 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=37a6c859b04ef9f88c3f9751027d544100cf1d2c;p=emacs.git ; * lisp/emacs-lisp/cl-macs.el (cl-once-only): Fix capitalisation. --- diff --git a/lisp/emacs-lisp/cl-macs.el b/lisp/emacs-lisp/cl-macs.el index 2e501005bf7..b37f744b175 100644 --- a/lisp/emacs-lisp/cl-macs.el +++ b/lisp/emacs-lisp/cl-macs.el @@ -2505,7 +2505,7 @@ by EXPANSION, and (setq NAME ...) will act like (setf EXPANSION ...). (defmacro cl-once-only (names &rest body) "Generate code to evaluate each of NAMES just once in BODY. -This macro helps with writing other macros. Each of names is +This macro helps with writing other macros. Each of NAMES is either (NAME FORM) or NAME, which latter means (NAME NAME). During macroexpansion, each NAME is bound to an uninterned symbol. The expansion evaluates each FORM and binds it to the