From 5c1b9e65b9d1c73ccc4ce18842d10bc507cdee38 Mon Sep 17 00:00:00 2001 From: Yuan Fu Date: Tue, 25 Oct 2022 20:28:40 -0700 Subject: [PATCH] ; * src/treesit.c (treesit_search_forward): Fix comment. --- src/treesit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/treesit.c b/src/treesit.c index 9136539b8b6..0f949b75542 100644 --- a/src/treesit.c +++ b/src/treesit.c @@ -2469,7 +2469,7 @@ treesit_search_dfs (TSNode *root, Lisp_Object pred, Lisp_Object parser, } } -/* Go thought the whole tree linearly depth first, starting from +/* Go thought the whole tree linearly, leaf-first, starting from START. PRED, PARSER, NAMED, FORWARD are the same as in ts_search_subtre. If UP_ONLY is true, never go to children, only sibling and parents. */ -- 2.39.2