]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/emacs-lisp/cl-macs.el (cl-once-only): Fix capitalisation.
authorSean Whitton <spwhitton@spwhitton.name>
Sun, 6 Oct 2024 05:38:57 +0000 (13:38 +0800)
committerEshel Yaron <me@eshelyaron.com>
Mon, 14 Oct 2024 17:27:22 +0000 (19:27 +0200)
(cherry picked from commit 37a6c859b04ef9f88c3f9751027d544100cf1d2c)

lisp/emacs-lisp/cl-macs.el

index 2e501005bf7cab13a715e5aad1dae95472f53eba..b37f744b1754346bf6c3ace6b690b28873213f95 100644 (file)
@@ -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