diff options
author | Basil L. Contovounesios <contovob@tcd.ie> | 2023-06-30 11:58:33 +0100 |
---|---|---|
committer | Basil L. Contovounesios <contovob@tcd.ie> | 2023-06-30 12:04:42 +0100 |
commit | 624c779517d0743deaf97145e7c577805730d9da (patch) | |
tree | 9993820e579c634c25a63a9fcad8c09e3d52e34b /doc/lispref/parsing.texi | |
parent | 16e9bdff4f47534d62ac9ebec9c6c49fe5a0e180 (diff) | |
download | emacs-624c779517d0743deaf97145e7c577805730d9da.tar.gz emacs-624c779517d0743deaf97145e7c577805730d9da.tar.bz2 emacs-624c779517d0743deaf97145e7c577805730d9da.zip |
; Fix tree-sitter C binding typos in Elisp manual.
Diffstat (limited to 'doc/lispref/parsing.texi')
-rw-r--r-- | doc/lispref/parsing.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/lispref/parsing.texi b/doc/lispref/parsing.texi index 9e1df07d25c..353585f79c7 100644 --- a/doc/lispref/parsing.texi +++ b/doc/lispref/parsing.texi @@ -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 |