emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/tree-sitter 7a4380b905 08/12: ; * doc/lispref/parsing.texi (Lang


From: Yuan Fu
Subject: feature/tree-sitter 7a4380b905 08/12: ; * doc/lispref/parsing.texi (Language Definitions): Fix typo.
Date: Wed, 5 Oct 2022 22:52:21 -0400 (EDT)

branch: feature/tree-sitter
commit 7a4380b9051ddd0bcc4d5c90abe0f826a9b922dc
Author: Yuan Fu <casouri@gmail.com>
Commit: Yuan Fu <casouri@gmail.com>

    ; * doc/lispref/parsing.texi (Language Definitions): Fix typo.
---
 doc/lispref/parsing.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/lispref/parsing.texi b/doc/lispref/parsing.texi
index 0511b85bd7..3784531fe5 100644
--- 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]