]> git.eshelyaron.com Git - emacs.git/commitdiff
; Documentation fixes for tree-sitter
authorYuan Fu <casouri@gmail.com>
Mon, 7 Nov 2022 09:27:49 +0000 (01:27 -0800)
committerYuan Fu <casouri@gmail.com>
Mon, 7 Nov 2022 09:27:49 +0000 (01:27 -0800)
* doc/lispref/parsing.texi (Multiple Languages): Resolve the FIXME.

doc/lispref/parsing.texi

index a7a8f8400b3fb622d230c6cb041785e1e15c56bd..a22b088111ded475497bc592924c997eda8e7f7e 100644 (file)
@@ -1335,12 +1335,12 @@ getting ranges for a parser.
 Lisp programs should call @code{treesit-update-ranges} to make sure
 the ranges for each parser are correct before using parsers in a
 buffer, and call @code{treesit-language-at} to figure out the language
-responsible for the text at some position.  Multi-language major modes
-set @code{treesit-range-settings} and
-@c FIXME: ``power''?
-@code{treesit-language-at-point-function} respectively to power these
-two functions.  These functions and variables are explained in more
-detail towards the end of the section.
+responsible for the text at some position.  These two functions don't
+work by themselves, they need major modes to set
+@code{treesit-range-settings} and
+@code{treesit-language-at-point-function}, which do the actual work.
+These functions and variables are explained in more detail towards the
+end of the section.
 
 @heading Getting and setting ranges