]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/treesit.c (treesit_search_forward): Fix comment.
authorYuan Fu <casouri@gmail.com>
Wed, 26 Oct 2022 03:28:40 +0000 (20:28 -0700)
committerYuan Fu <casouri@gmail.com>
Wed, 26 Oct 2022 03:28:40 +0000 (20:28 -0700)
src/treesit.c

index 9136539b8b6b06c5b8a5cd03a927aab9dfa7b157..0f949b755427e9a68c4df6bb3aeca0293a96d74f 100644 (file)
@@ -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.  */