]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/lispref/parsing.texi (Using Parser): Remove deleted function.
authorYuan Fu <casouri@gmail.com>
Sun, 25 Dec 2022 18:05:06 +0000 (10:05 -0800)
committerYuan Fu <casouri@gmail.com>
Mon, 26 Dec 2022 09:47:54 +0000 (01:47 -0800)
doc/lispref/parsing.texi

index 6baa253cfdf9a326f44221792e5d9c27334c0337..3744cf0b985c380969e0852f868830faca29dfad 100644 (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