diff options
| author | Eli Zaretskii | 2022-11-27 10:10:05 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2022-11-27 10:10:05 +0200 |
| commit | 8cda625b22e20b0e0e6bbf602a1bd9d5042cf264 (patch) | |
| tree | 01b43546da97bb5854134b0faca8463f1f2dac49 /src | |
| parent | 80dcd78ff1fce3241043edf1951289eef0bf50c9 (diff) | |
| download | emacs-8cda625b22e20b0e0e6bbf602a1bd9d5042cf264.tar.gz emacs-8cda625b22e20b0e0e6bbf602a1bd9d5042cf264.zip | |
; * src/treesit.c (Ftreesit_induce_sparse_tree): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/treesit.c | 2 |
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 | |||
| 2915 | PROCESS-FN, and use its return value instead. | 2915 | PROCESS-FN, and use its return value instead. |
| 2916 | 2916 | ||
| 2917 | If non-nil, LIMIT is the number of levels to go down the tree from | 2917 | If non-nil, LIMIT is the number of levels to go down the tree from |
| 2918 | ROOT. If LIMIT is nil, default to 1000. | 2918 | ROOT. If LIMIT is nil or omitted, it defaults to 1000. |
| 2919 | 2919 | ||
| 2920 | Each node in the returned tree looks like (NODE . (CHILD ...)). The | 2920 | Each node in the returned tree looks like (NODE . (CHILD ...)). The |
| 2921 | root of this tree might be nil, if ROOT doesn't match PREDICATE. | 2921 | root of this tree might be nil, if ROOT doesn't match PREDICATE. |