aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/nvim-treesitter.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/nvim-treesitter.txt b/doc/nvim-treesitter.txt
index edb8579e8..52553fb0e 100644
--- a/doc/nvim-treesitter.txt
+++ b/doc/nvim-treesitter.txt
@@ -341,11 +341,6 @@ get_node_at_cursor(winnr)~
`winnr` will be 0 if nil.
Returns the node under the cursor.
- *ts_utils.get_node_text*
-get_node_text(node, bufnr)~
-
-Returns the text content of a `node`.
-
*ts_utils.is_parent*
is_parent(dest, source)~