diff options
| author | Yuan Fu | 2022-12-25 10:05:06 -0800 |
|---|---|---|
| committer | Yuan Fu | 2022-12-26 01:47:54 -0800 |
| commit | cf327766226c1f2e71f02bcbbdb3ea9aedb4a8dd (patch) | |
| tree | 836376ddadd0f1cc84a1d1654c867f1e8635bc80 | |
| parent | 2608e5edcca5094b61b4ccebcef160cc2bfd7f83 (diff) | |
| download | emacs-cf327766226c1f2e71f02bcbbdb3ea9aedb4a8dd.tar.gz emacs-cf327766226c1f2e71f02bcbbdb3ea9aedb4a8dd.zip | |
; * doc/lispref/parsing.texi (Using Parser): Remove deleted function.
| -rw-r--r-- | doc/lispref/parsing.texi | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/lispref/parsing.texi b/doc/lispref/parsing.texi index 6baa253cfdf..3744cf0b985 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 | |||
| 393 | when deciding whether to enable tree-sitter features. | 393 | when deciding whether to enable tree-sitter features. |
| 394 | @end defvar | 394 | @end defvar |
| 395 | 395 | ||
| 396 | @defun treesit-can-enable-p | ||
| 397 | This function checks whether the current buffer is suitable for | ||
| 398 | activating tree-sitter features. It basically checks | ||
| 399 | @code{treesit-available-p} and @code{treesit-max-buffer-size}. | ||
| 400 | @end defun | ||
| 401 | |||
| 402 | @cindex creating tree-sitter parsers | 396 | @cindex creating tree-sitter parsers |
| 403 | @cindex tree-sitter parser, creating | 397 | @cindex tree-sitter parser, creating |
| 404 | @defun treesit-parser-create language &optional buffer no-reuse | 398 | @defun treesit-parser-create language &optional buffer no-reuse |