emacs-diffs
[Top][All Lists]
Advanced

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

master 7e48430: ; * lisp/emacs-lisp/byte-opt.el: improved comment


From: Mattias Engdegård
Subject: master 7e48430: ; * lisp/emacs-lisp/byte-opt.el: improved comment
Date: Sun, 7 Feb 2021 06:25:54 -0500 (EST)

branch: master
commit 7e48430a43bbf7a2bbe347540dc346d0129df2ec
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>

    ; * lisp/emacs-lisp/byte-opt.el: improved comment
---
 lisp/emacs-lisp/byte-opt.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/byte-opt.el b/lisp/emacs-lisp/byte-opt.el
index 32f66eb..abbe2a2 100644
--- a/lisp/emacs-lisp/byte-opt.el
+++ b/lisp/emacs-lisp/byte-opt.el
@@ -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)



reply via email to

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