From: Yuan Fu Date: Tue, 4 Oct 2022 20:02:07 +0000 (-0700) Subject: ; * doc/lispref/parsing.texi (Language Definitions): Fix typo. X-Git-Tag: emacs-29.0.90~1860 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7a4380b9051ddd0bcc4d5c90abe0f826a9b922dc;p=emacs.git ; * doc/lispref/parsing.texi (Language Definitions): Fix typo. --- 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