From: Yuan Fu <casouri@gmail.com>
Date: Sun, 25 Sep 2022 02:23:21 +0000 (-0700)
Subject: ; * src/treesit.c (Ftreesit_node_field_name_for_child): Doc fix.
X-Git-Tag: emacs-29.0.90~1877
X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=17422c2cfcbf1670ba4dbe3ecdf3c5ff719201cc;p=emacs.git

; * src/treesit.c (Ftreesit_node_field_name_for_child): Doc fix.
---

diff --git a/src/treesit.c b/src/treesit.c
index 625a7932ae9..51261c34a26 100644
--- a/src/treesit.c
+++ b/src/treesit.c
@@ -1147,7 +1147,7 @@ DEFUN ("treesit-node-field-name-for-child",
        Streesit_node_field_name_for_child, 2, 2, 0,
        doc: /* Return the field name of the Nth child of NODE.
 
-Return nil if there isn't any child or no field is found.
+Return nil if not any child or no field is found.
 If NODE is nil, return nil.  */)
   (Lisp_Object node, Lisp_Object n)
 {