]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/treesit.c (Ftreesit_induce_sparse_tree): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sun, 27 Nov 2022 08:10:05 +0000 (10:10 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 27 Nov 2022 08:10:05 +0000 (10:10 +0200)
src/treesit.c

index 6526896061d05f36e92c7a54c8d0eee70c47a32f..f52f4d3c14ab549c126b0fa635f73ec25581322d 100644 (file)
@@ -2915,7 +2915,7 @@ that case, instead of returning the matched nodes, pass each node to
 PROCESS-FN, and use its return value instead.
 
 If non-nil, LIMIT is the number of levels to go down the tree from
-ROOT.  If LIMIT is nil, default to 1000.
+ROOT.  If LIMIT is nil or omitted, it defaults to 1000.
 
 Each node in the returned tree looks like (NODE . (CHILD ...)).  The
 root of this tree might be nil, if ROOT doesn't match PREDICATE.