summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMattias EngdegÄrd <mattiase@acm.org>2021-02-07 12:24:40 +0100
committerMattias EngdegÄrd <mattiase@acm.org>2021-02-07 12:24:40 +0100
commit7e48430a43bbf7a2bbe347540dc346d0129df2ec (patch)
tree4bec6e2ffee484006b345684cb5f34605b5321f0
parent765ffeb54569c1679b9f08b50c6a88fe50c525c8 (diff)
downloademacs-7e48430a43bbf7a2bbe347540dc346d0129df2ec.tar.gz
; * lisp/emacs-lisp/byte-opt.el: improved comment
-rw-r--r--lisp/emacs-lisp/byte-opt.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/byte-opt.el b/lisp/emacs-lisp/byte-opt.el
index 32f66ebebb9..abbe2a2e63f 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)