projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d4d6dc
)
; * lisp/emacs-lisp/cl-macs.el (cl-once-only): Fix capitalisation.
author
Sean Whitton
<spwhitton@spwhitton.name>
Sun, 6 Oct 2024 05:38:57 +0000
(13:38 +0800)
committer
Sean Whitton
<spwhitton@spwhitton.name>
Sun, 6 Oct 2024 05:38:57 +0000
(13:38 +0800)
lisp/emacs-lisp/cl-macs.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/cl-macs.el
b/lisp/emacs-lisp/cl-macs.el
index 2e501005bf7cab13a715e5aad1dae95472f53eba..b37f744b1754346bf6c3ace6b690b28873213f95 100644
(file)
--- 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