aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2022-11-27 10:10:05 +0200
committerEli Zaretskii2022-11-27 10:10:05 +0200
commit8cda625b22e20b0e0e6bbf602a1bd9d5042cf264 (patch)
tree01b43546da97bb5854134b0faca8463f1f2dac49 /src
parent80dcd78ff1fce3241043edf1951289eef0bf50c9 (diff)
downloademacs-8cda625b22e20b0e0e6bbf602a1bd9d5042cf264.tar.gz
emacs-8cda625b22e20b0e0e6bbf602a1bd9d5042cf264.zip
; * src/treesit.c (Ftreesit_induce_sparse_tree): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/treesit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/treesit.c b/src/treesit.c
index 6526896061d..f52f4d3c14a 100644
--- a/src/treesit.c
+++ b/src/treesit.c
@@ -2915,7 +2915,7 @@ that case, instead of returning the matched nodes, pass each node to
2915PROCESS-FN, and use its return value instead. 2915PROCESS-FN, and use its return value instead.
2916 2916
2917If non-nil, LIMIT is the number of levels to go down the tree from 2917If non-nil, LIMIT is the number of levels to go down the tree from
2918ROOT. If LIMIT is nil, default to 1000. 2918ROOT. If LIMIT is nil or omitted, it defaults to 1000.
2919 2919
2920Each node in the returned tree looks like (NODE . (CHILD ...)). The 2920Each node in the returned tree looks like (NODE . (CHILD ...)). The
2921root of this tree might be nil, if ROOT doesn't match PREDICATE. 2921root of this tree might be nil, if ROOT doesn't match PREDICATE.