]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/emacs-lisp/byte-opt.el: improved comment
authorMattias Engdegård <mattiase@acm.org>
Sun, 7 Feb 2021 11:24:40 +0000 (12:24 +0100)
committerMattias Engdegård <mattiase@acm.org>
Sun, 7 Feb 2021 11:24:40 +0000 (12:24 +0100)
lisp/emacs-lisp/byte-opt.el

index 32f66ebebb9ced63157d98c383ce28210207aa05..abbe2a2e63f0b91a0b0f0db0a89850e4c1804d02 100644 (file)
@@ -440,7 +440,7 @@ Same format as `byte-optimize--lexvars', with shared structure and contents.")
          (let ((lexvar (assq form byte-optimize--lexvars)))
            (if (cddr lexvar)      ; Value available?
                (if (assq form byte-optimize--vars-outside-loop)
-                   ;; Cannot substitute; mark as changed to avoid the
+                   ;; Cannot substitute; mark for retention to avoid the
                    ;; variable being eliminated.
                    (progn
                      (setcar (cdr lexvar) t)