; * lisp/progmodes/js.el (js--treesit-sexp-nodes): Fix docstring.

This commit is contained in:
Yuan Fu 2023-10-21 11:08:58 -07:00
parent aa6cb41661
commit 8c15515b62
No known key found for this signature in database
GPG key ID: 56E19BC57664A442

View file

@ -3854,7 +3854,7 @@ See `treesit-thing-settings' for more information.")
"pair"
"jsx")
"Nodes that designate sexps in JavaScript.
See `treesit-sexp-type-regexp' for more information.")
See `treesit-thing-settings' for more information.")
;;;###autoload
(define-derived-mode js-ts-mode js-base-mode "JavaScript"