aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/parsing.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/lispref/parsing.texi b/doc/lispref/parsing.texi
index 2f9d2bc423c..70626ea9bb4 100644
--- a/doc/lispref/parsing.texi
+++ b/doc/lispref/parsing.texi
@@ -577,10 +577,10 @@ A lisp program can also choose to force a parser to reparse and get the
577changed regions immediately with @code{treesit-parser-changed-regions}. 577changed regions immediately with @code{treesit-parser-changed-regions}.
578 578
579@defun treesit-parser-changed-regions parser 579@defun treesit-parser-changed-regions parser
580This function force @var{parser} to reparse, and return the affected 580This function forces @var{parser} to reparse, and returns the affected
581regions: a list of @w{@code{(@var{start} . @var{end})}}. If the parser 581regions: a list of @w{@code{(@var{start} . @var{end})}}. If the parser
582has nothing new to reparse, or the affected regions are empty, 582has nothing new to reparse, or the affected regions are empty, this
583@code{nil} is returned. 583function returns @code{nil}.
584@end defun 584@end defun
585 585
586 586