; * doc/lispref/parsing.texi (Using Parser): Remove deleted function.

This commit is contained in:
Yuan Fu 2022-12-25 10:05:06 -08:00
parent 2608e5edcc
commit cf32776622
No known key found for this signature in database
GPG key ID: 56E19BC57664A442

View file

@ -393,12 +393,6 @@ tree-sitter can be activated. Major modes should check this value
when deciding whether to enable tree-sitter features.
@end defvar
@defun treesit-can-enable-p
This function checks whether the current buffer is suitable for
activating tree-sitter features. It basically checks
@code{treesit-available-p} and @code{treesit-max-buffer-size}.
@end defun
@cindex creating tree-sitter parsers
@cindex tree-sitter parser, creating
@defun treesit-parser-create language &optional buffer no-reuse