]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/progmodes/js.el (js--treesit-sexp-nodes): Fix docstring.
authorYuan Fu <casouri@gmail.com>
Sat, 21 Oct 2023 18:08:58 +0000 (11:08 -0700)
committerYuan Fu <casouri@gmail.com>
Sat, 21 Oct 2023 18:08:58 +0000 (11:08 -0700)
lisp/progmodes/js.el

index 9ca6bee8454ef26fc726fc987c2b18c00e4038be..6fd714940b6b018c0af3b20c1a9fc3ba2dc9bf09 100644 (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"