]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/treesit.c (Ftreesit_node_field_name_for_child): Doc fix.
authorYuan Fu <casouri@gmail.com>
Sun, 25 Sep 2022 02:23:21 +0000 (19:23 -0700)
committerYuan Fu <casouri@gmail.com>
Sun, 25 Sep 2022 04:11:30 +0000 (21:11 -0700)
src/treesit.c

index 625a7932ae95b7759d3af070a97296dfacbe2a56..51261c34a265a998916d96a762c29e77754935c3 100644 (file)
@@ -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)
 {