summaryrefslogtreecommitdiff
path: root/doc/lispref/parsing.texi
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2022-12-31 10:13:15 +0200
committerEli Zaretskii <eliz@gnu.org>2022-12-31 10:13:15 +0200
commitbfdad6c4e5ce95025f1761a404b762589d126505 (patch)
tree286c43312a04fd1ed0cbe29dcc5d00721102c2b9 /doc/lispref/parsing.texi
parentab1f245f1a1b36bae9a3051b6cb93ecd5b78dd7a (diff)
downloademacs-bfdad6c4e5ce95025f1761a404b762589d126505.tar.gz
emacs-bfdad6c4e5ce95025f1761a404b762589d126505.tar.bz2
emacs-bfdad6c4e5ce95025f1761a404b762589d126505.zip
; Fix recent treesit-related changes
* lisp/treesit.el (treesit-language-source-alist) (treesit--install-language-grammar-1): Doc fixes. * src/treesit.c (Ftreesit_language_abi_version): Fix a typo in function's Lisp name. Doc fix. (Ftreesit_language_available_p): Fix a typo in the function's C name. * doc/lispref/parsing.texi (Language Grammar): Fix wording.
Diffstat (limited to 'doc/lispref/parsing.texi')
-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 8803991b725..aaf9d7060aa 100644
--- a/doc/lispref/parsing.texi
+++ b/doc/lispref/parsing.texi
@@ -154,9 +154,9 @@ them.
@end defun
@defun treesit-language-abi-version language
-This function returns the language grammar @acronym{ABI} version of
-language grammar for @var{language} loaded by Emacs. If
-@var{language} is unavailable, this function returns @code{nil}.
+This function returns the @acronym{ABI} version of the language
+grammar library loaded by Emacs for @var{language}. If @var{language}
+is unavailable, this function returns @code{nil}.
@end defun
@heading Concrete syntax tree