projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
253126b
)
; * doc/lispref/parsing.texi (Language Definitions): Fix typo.
author
Yuan Fu
<casouri@gmail.com>
Tue, 4 Oct 2022 20:02:07 +0000
(13:02 -0700)
committer
Yuan Fu
<casouri@gmail.com>
Tue, 4 Oct 2022 20:30:56 +0000
(13:30 -0700)
doc/lispref/parsing.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/parsing.texi
b/doc/lispref/parsing.texi
index 0511b85bd77733a92336e52d4a95af5a01f2b195..3784531fe591d95c44279b6ffe5ce8c031af4c9b 100644
(file)
--- a/
doc/lispref/parsing.texi
+++ b/
doc/lispref/parsing.texi
@@
-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