From: Yuan Fu Date: Tue, 14 Jun 2022 22:52:01 +0000 (-0700) Subject: Merge branch 'feature/tree-sitter-depth-control' into feature/tree-sitter X-Git-Tag: emacs-29.0.90~1911 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=184d212042ffa5a4f02c92085d9b6e8346d66e99;p=emacs.git Merge branch 'feature/tree-sitter-depth-control' into feature/tree-sitter --- 184d212042ffa5a4f02c92085d9b6e8346d66e99 diff --cc lisp/treesit.el index ad90d9f9f01,4e35a466507..100ca23316a --- a/lisp/treesit.el +++ b/lisp/treesit.el @@@ -932,7 -967,7 +974,8 @@@ the tree. Capture names don't matter. This variable is used by navigation functions like `treesit-beginning-of-defun'. - It is recommended to use compiled query for this variable.") -See `treesit-query-in' for what a query should look like.") ++It is recommended to use a compiled query for this variable. See ++`treesit-query-in' for what a query should look like.") (defun treesit-beginning-of-defun (&optional arg) "Move backward to the beginning of a defun.