From 7a4380b9051ddd0bcc4d5c90abe0f826a9b922dc Mon Sep 17 00:00:00 2001 From: Yuan Fu Date: Tue, 4 Oct 2022 13:02:07 -0700 Subject: [PATCH] ; * 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 0511b85bd77..3784531fe59 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 -- 2.39.2