emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/tree-sitter 914f68da05 04/15: ; Minor tree-sitter manual fix


From: Yuan Fu
Subject: feature/tree-sitter 914f68da05 04/15: ; Minor tree-sitter manual fix
Date: Sun, 25 Sep 2022 00:11:59 -0400 (EDT)

branch: feature/tree-sitter
commit 914f68da059d5aeed3459e3944769aa4370a4075
Author: Yuan Fu <casouri@gmail.com>
Commit: Yuan Fu <casouri@gmail.com>

    ; 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 ac156d9996..a83ad20281 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]