]> code.delx.au - gnu-emacs-elpa/commitdiff
Fix typo
authorJackson Hamilton <jackson@jacksonrayhamilton.com>
Sun, 3 Jan 2016 02:13:27 +0000 (18:13 -0800)
committerJackson Hamilton <jackson@jacksonrayhamilton.com>
Sun, 3 Jan 2016 03:22:13 +0000 (19:22 -0800)
js2-mode.el

index 87a5f2c5d989740eae9e12d7238274c456a4b3b7..1322c297efcfb57b2655f667b3899e3e275e4fb9 100644 (file)
@@ -7754,7 +7754,7 @@ string is NAME.  Returns nil and keeps current token otherwise."
 ;; thus whether `js2-get-token' should be called) until later.  If
 ;; `js2-get-token' were called eccentrically, `js2-current-token' would be
 ;; off-by-one, causing `js2-parse-unary-expr' to potentially fail when "async"
-;; is unused in a non-keyword context.
+;; is used in a non-keyword context.
 
 (defun js2-match-async-arrow-function-1 ()
   (and (js2-contextual-kwd-p (js2-current-token) "async")