From: Yuan Fu Date: Sun, 25 Sep 2022 02:20:59 +0000 (-0700) Subject: ; Minor tree-sitter manual fix X-Git-Tag: emacs-29.0.90~1879 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=914f68da059d5aeed3459e3944769aa4370a4075;p=emacs.git ; Minor tree-sitter manual fix * doc/lispref/parsing.texi (Retrieving Node): Remove the quote. --- 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