From 914f68da059d5aeed3459e3944769aa4370a4075 Mon Sep 17 00:00:00 2001 From: Yuan Fu Date: Sat, 24 Sep 2022 19:20:59 -0700 Subject: [PATCH] ; Minor tree-sitter manual fix * doc/lispref/parsing.texi (Retrieving Node): Remove the quote. --- doc/lispref/parsing.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lispref/parsing.texi b/doc/lispref/parsing.texi index ac156d9996d..a83ad202810 100644 --- a/doc/lispref/parsing.texi +++ b/doc/lispref/parsing.texi @@ -617,7 +617,7 @@ This function finds children of @var{node} that satisfies @var{pred}. Function @var{pred} takes the child node as the argument and should return non-nil to indicated keeping the child. If @var{named} -non-nil, this function only searches for named nodes." +non-nil, this function only searches for named nodes. @end defun @defun treesit-parent-until node pred -- 2.39.5