]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/progmodes/js.el: Fix typo
authorJackson Ray Hamilton <jackson@jacksonrayhamilton.com>
Sat, 7 Dec 2019 20:27:51 +0000 (12:27 -0800)
committerJackson Ray Hamilton <jackson@jacksonrayhamilton.com>
Sat, 7 Dec 2019 21:18:00 +0000 (13:18 -0800)
lisp/progmodes/js.el

index 96583bf93866de35be60b7c3110992594b68786d..2de7777af5f4460bb43dab1da0f4b41d26ef786d 100644 (file)
@@ -2011,7 +2011,7 @@ For use by `syntax-propertize-extend-region-functions'."
 ;; When applying syntax properties, since `js-syntax-propertize' uses
 ;; `syntax-propertize-rules' to parse JSXBoundaryElements iteratively
 ;; and statelessly, whenever we exit such an element, we need to
-;; determine the JSX depth.  If >0, then we know we to apply syntax
+;; determine the JSX depth.  If >0, then we know to apply syntax
 ;; properties to JSXText up until the next JSXBoundaryElement occurs.
 ;; But if the JSX depth is 0, then—importantly—we know to NOT parse
 ;; the following code as JSXText, rather propertize it as regular JS