[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
emacs-30 37a6c859b04: ; * lisp/emacs-lisp/cl-macs.el (cl-once-only): Fix
From: |
Sean Whitton |
Subject: |
emacs-30 37a6c859b04: ; * lisp/emacs-lisp/cl-macs.el (cl-once-only): Fix capitalisation. |
Date: |
Sun, 6 Oct 2024 01:39:13 -0400 (EDT) |
branch: emacs-30
commit 37a6c859b04ef9f88c3f9751027d544100cf1d2c
Author: Sean Whitton <spwhitton@spwhitton.name>
Commit: Sean Whitton <spwhitton@spwhitton.name>
; * lisp/emacs-lisp/cl-macs.el (cl-once-only): Fix capitalisation.
---
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- emacs-30 37a6c859b04: ; * lisp/emacs-lisp/cl-macs.el (cl-once-only): Fix capitalisation.,
Sean Whitton <=