projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4506b00
)
* lisp/emacs-lisp/bytecomp.el (byte-compile-dynamic-variable-bind): Typo
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 18 Nov 2022 15:45:29 +0000
(10:45 -0500)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 18 Nov 2022 15:45:29 +0000
(10:45 -0500)
lisp/emacs-lisp/bytecomp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/bytecomp.el
b/lisp/emacs-lisp/bytecomp.el
index c81c42e042870362e7e2e938d90455ddde861f2c..f176e769bf58908d8c911f69d4a5046f69510707 100644
(file)
--- a/
lisp/emacs-lisp/bytecomp.el
+++ b/
lisp/emacs-lisp/bytecomp.el
@@
-3637,7
+3637,7
@@
lambda-expression."
(byte-compile-out base-op tmp)))
(defun byte-compile-dynamic-variable-bind (var)
- "Generate code to bind the
lexical
variable VAR to the top-of-stack value."
+ "Generate code to bind the
dynamic
variable VAR to the top-of-stack value."
(byte-compile-check-variable var 'let-bind)
(push var byte-compile-bound-variables)
(byte-compile-dynamic-variable-op 'byte-varbind var))