emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 985ec6b26e: * lisp/emacs-lisp/bytecomp.el (byte-compile-dynamic-v


From: Stefan Monnier
Subject: master 985ec6b26e: * lisp/emacs-lisp/bytecomp.el (byte-compile-dynamic-variable-bind): Typo
Date: Fri, 18 Nov 2022 10:45:37 -0500 (EST)

branch: master
commit 985ec6b26ebd724ff0e7d1045d2c315df3d3c05c
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    * lisp/emacs-lisp/bytecomp.el (byte-compile-dynamic-variable-bind): Typo
---
 lisp/emacs-lisp/bytecomp.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el
index c81c42e042..f176e769bf 100644
--- 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]