From 1634cc0add4775811826e63b0a602acba72b4f69 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 6 Oct 2024 13:38:57 +0800 Subject: [PATCH] ; * lisp/emacs-lisp/cl-macs.el (cl-once-only): Fix capitalisation. (cherry picked from commit 37a6c859b04ef9f88c3f9751027d544100cf1d2c) --- 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 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 -- 2.39.5