branch: externals/js2-mode
commit df9d74ec15ed79d47fe86618a5ad539b13fd2dce
Author: Dmitry Gutov <[email protected]>
Commit: Dmitry Gutov <[email protected]>
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)))