]> git.eshelyaron.com Git - emacs.git/commit
Rename LIMIT to DEPTH in tree-sitter functions (bug#61231)
authorYuan Fu <casouri@gmail.com>
Fri, 10 Feb 2023 07:25:57 +0000 (23:25 -0800)
committerYuan Fu <casouri@gmail.com>
Fri, 10 Feb 2023 07:25:57 +0000 (23:25 -0800)
commitf5789aefc2e245075b5cced402edb086fefb60ef
tree800f2dd6be3922f865d70c24f6fcebbb2ddd5d96
parentb39821fdcef5d094838a978d2b0ab1ebb44b7cb8
Rename LIMIT to DEPTH in tree-sitter functions (bug#61231)

I only changed the Lisp functions, internal functions are left
unchanged.

* doc/lispref/parsing.texi (Retrieving Nodes): Update manual.
* src/treesit.c (Ftreesit_search_subtree)
(Ftreesit_induce_sparse_tree): Change LIMIT to DEPTH.
doc/lispref/parsing.texi
src/treesit.c