]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix tree-sitter C binding typos in Elisp manual.
authorBasil L. Contovounesios <contovob@tcd.ie>
Fri, 30 Jun 2023 10:58:33 +0000 (11:58 +0100)
committerBasil L. Contovounesios <contovob@tcd.ie>
Fri, 30 Jun 2023 11:04:42 +0000 (12:04 +0100)
doc/lispref/parsing.texi

index 9e1df07d25cc492b23a894772e422d6775f12fe3..353585f79c716ee8c56e27daa603f73a10e2a8b1 100644 (file)
@@ -1921,7 +1921,7 @@ ts_node_field_name_for_child            treesit-node-field-name-for-child
 ts_node_child_count                     treesit-node-child-count
 ts_node_named_child                     treesit-node-child
 ts_node_named_child_count               treesit-node-child-count
-ts_node_child_by_field_name             treesit-node-by-field-name
+ts_node_child_by_field_name             treesit-node-child-by-field-name
 ts_node_child_by_field_id
 ts_node_next_sibling                    treesit-node-next-sibling
 ts_node_prev_sibling                    treesit-node-prev-sibling
@@ -1929,9 +1929,9 @@ ts_node_next_named_sibling              treesit-node-next-sibling
 ts_node_prev_named_sibling              treesit-node-prev-sibling
 ts_node_first_child_for_byte            treesit-node-first-child-for-pos
 ts_node_first_named_child_for_byte      treesit-node-first-child-for-pos
-ts_node_descendant_for_byte_range       treesit-descendant-for-range
+ts_node_descendant_for_byte_range       treesit-node-descendant-for-range
 ts_node_descendant_for_point_range
-ts_node_named_descendant_for_byte_range treesit-descendant-for-range
+ts_node_named_descendant_for_byte_range treesit-node-descendant-for-range
 ts_node_named_descendant_for_point_range
 ts_node_edit
 ts_node_eq                              treesit-node-eq