emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/js2-mode df9d74e 46/61: Improve a comment


From: Dmitry Gutov
Subject: [elpa] externals/js2-mode df9d74e 46/61: Improve a comment
Date: Sun, 20 Dec 2020 12:20:09 -0500 (EST)

branch: externals/js2-mode
commit df9d74ec15ed79d47fe86618a5ad539b13fd2dce
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: Dmitry Gutov <dgutov@yandex.ru>

    Improve a comment
---
 js2-mode.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/js2-mode.el b/js2-mode.el
index 8b91723..9c64341 100644
--- a/js2-mode.el
+++ b/js2-mode.el
@@ -10978,8 +10978,8 @@ expression)."
       ;; Clear out any lookahead tokens (possibly wrong modifier).
       ;; FIXME: Deal with this problem in a more systematic fashion.
       ;; Perhaps by making this modifier affect not how the token
-      ;; struct is constructed, but when js2-get-token returns based
-      ;; on it.
+      ;; struct value is constructed, but what js2-get-token returns
+      ;; based on it.
       (when (> js2-ti-lookahead 0)
         (setq js2-ti-lookahead 0)
         (setq js2-ts-cursor (js2-current-token-end)))



reply via email to

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