]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/lispref/parsing.texi (Language Definitions): Fix typo.
authorYuan Fu <casouri@gmail.com>
Tue, 4 Oct 2022 20:02:07 +0000 (13:02 -0700)
committerYuan Fu <casouri@gmail.com>
Tue, 4 Oct 2022 20:30:56 +0000 (13:30 -0700)
doc/lispref/parsing.texi

index 0511b85bd77733a92336e52d4a95af5a01f2b195..3784531fe591d95c44279b6ffe5ce8c031af4c9b 100644 (file)
@@ -83,7 +83,7 @@ By convention, the dynamic library for @var{language} is
 @code{libtree-sitter-@var{language}.@var{ext}}, where @var{ext} is the
 system-specific extension for dynamic libraries. Also by convention,
 the function provided by that library is named
-@code{tree_sitter_@var{language}.  If a language definition doesn't
+@code{tree_sitter_@var{language}}.  If a language definition doesn't
 follow this convention, you should add an entry
 
 @example