emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 8c15515b62c 2/2: ; * lisp/progmodes/js.el (js--treesit-sexp-nodes


From: Yuan Fu
Subject: master 8c15515b62c 2/2: ; * lisp/progmodes/js.el (js--treesit-sexp-nodes): Fix docstring.
Date: Sat, 21 Oct 2023 14:34:32 -0400 (EDT)

branch: master
commit 8c15515b62cacae06dd3ced6492142ce185e5adb
Author: Yuan Fu <casouri@gmail.com>
Commit: Yuan Fu <casouri@gmail.com>

    ; * lisp/progmodes/js.el (js--treesit-sexp-nodes): Fix docstring.
---
 lisp/progmodes/js.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/js.el b/lisp/progmodes/js.el
index 9ca6bee8454..6fd714940b6 100644
--- a/lisp/progmodes/js.el
+++ b/lisp/progmodes/js.el
@@ -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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]