]> git.eshelyaron.com Git - emacs.git/commitdiff
; Minor tree-sitter manual fix
authorYuan Fu <casouri@gmail.com>
Sun, 25 Sep 2022 02:20:59 +0000 (19:20 -0700)
committerYuan Fu <casouri@gmail.com>
Sun, 25 Sep 2022 04:11:29 +0000 (21:11 -0700)
* doc/lispref/parsing.texi (Retrieving Node): Remove the quote.

doc/lispref/parsing.texi

index ac156d9996d1d8806f955a423ed5b1f0e4f50985..a83ad202810ff43847278875e51294720a026512 100644 (file)
@@ -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