]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/treesit.el (treesit-language-at-point-function): Fix doc.
authorYuan Fu <casouri@gmail.com>
Wed, 27 Sep 2023 06:15:14 +0000 (23:15 -0700)
committerYuan Fu <casouri@gmail.com>
Wed, 27 Sep 2023 06:23:53 +0000 (23:23 -0700)
lisp/treesit.el

index df9134ab48e21ef8eb6f1a1ae9dbef530e3fc123..64d6841a101e9d95c2ea4f8d79d6b5217dfcaf88 100644 (file)
@@ -140,7 +140,10 @@ The function is called with one argument, the position of point.
 
 In general, this function should call `treesit-node-at' with an
 explicit language (usually the host language), and determine the
-language at point using the type of the returned node.")
+language at point using the type of the returned node.
+
+DO NOT derive the language at point from parser ranges.  It's
+cumbersome and can't deal with some edge cases.")
 
 (defun treesit-language-at (position)
   "Return the language at POSITION.