emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 cf32776622 1/9: ; * doc/lispref/parsing.texi (Using Parser): Re


From: Yuan Fu
Subject: emacs-29 cf32776622 1/9: ; * doc/lispref/parsing.texi (Using Parser): Remove deleted function.
Date: Mon, 26 Dec 2022 04:48:08 -0500 (EST)

branch: emacs-29
commit cf327766226c1f2e71f02bcbbdb3ea9aedb4a8dd
Author: Yuan Fu <casouri@gmail.com>
Commit: Yuan Fu <casouri@gmail.com>

    ; * doc/lispref/parsing.texi (Using Parser): Remove deleted function.
---
 doc/lispref/parsing.texi | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/doc/lispref/parsing.texi b/doc/lispref/parsing.texi
index 6baa253cfd..3744cf0b98 100644
--- a/doc/lispref/parsing.texi
+++ b/doc/lispref/parsing.texi
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]