; * lisp/emacs-lisp/cl-macs.el (cl-once-only): Fix capitalisation.
This commit is contained in:
parent
2d4d6dc43a
commit
37a6c859b0
1 changed files with 1 additions and 1 deletions
|
@ -2505,7 +2505,7 @@ by EXPANSION, and (setq NAME ...) will act like (setf EXPANSION ...).
|
||||||
(defmacro cl-once-only (names &rest body)
|
(defmacro cl-once-only (names &rest body)
|
||||||
"Generate code to evaluate each of NAMES just once in 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).
|
either (NAME FORM) or NAME, which latter means (NAME NAME).
|
||||||
During macroexpansion, each NAME is bound to an uninterned
|
During macroexpansion, each NAME is bound to an uninterned
|
||||||
symbol. The expansion evaluates each FORM and binds it to the
|
symbol. The expansion evaluates each FORM and binds it to the
|
||||||
|
|
Loading…
Add table
Reference in a new issue