]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/lispref/parsing.texi (Using Parser): Minor improvement.
authorYuan Fu <casouri@gmail.com>
Wed, 28 Dec 2022 23:54:51 +0000 (15:54 -0800)
committerYuan Fu <casouri@gmail.com>
Wed, 28 Dec 2022 23:54:51 +0000 (15:54 -0800)
doc/lispref/parsing.texi

index b7199f071bc5bc1f9cafb641436b2ee2a411dc44..86b3bd54e7c672312da88cbedc0e7b6af9006032 100644 (file)
@@ -505,7 +505,9 @@ notification.
 
 Every time a parser reparses a buffer, it compares the old and new
 parse-tree, computes the ranges in which nodes have changed, and
-passes the ranges to notifier functions.
+passes the ranges to notifier functions.  Note that the initial parse
+is also considered a ``change'', so notifier functions are called on
+the initial parse, with range being the whole buffer.
 
 @defun treesit-parser-add-notifier parser function
 This function adds @var{function} to @var{parser}'s list of