texinfo-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Patrice Dumas
Date: Thu, 16 May 2024 16:59:04 -0400 (EDT)

branch: master
commit e665d4eaba30451e1d293d6bbe42ae4f490d4b94
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Thu May 16 22:58:29 2024 +0200

    * tp/Texinfo/ParserNonXS.pm: fix a syntax error.
---
 ChangeLog                 | 4 ++++
 tp/Texinfo/ParserNonXS.pm | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index b3d2568122..fa754eda09 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2024-05-16  Patrice Dumas  <pertusus@free.fr>
+
+       * tp/Texinfo/ParserNonXS.pm: fix a syntax error.
+
 2024-05-16  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Texinfo/ParserNonXS.pm (%parser_state_initialization)
diff --git a/tp/Texinfo/ParserNonXS.pm b/tp/Texinfo/ParserNonXS.pm
index a16b66a579..f483d20815 100644
--- a/tp/Texinfo/ParserNonXS.pm
+++ b/tp/Texinfo/ParserNonXS.pm
@@ -207,7 +207,7 @@ my %parser_inner_configuration = (
                                # currently set if called by gdt.
   'restricted' => 0,           # cannot define new commands or make index
                                # entries.  currently set when called from gdt.
-)
+);
 
 # configurable parser state
 my %parser_state_configuration = (
@@ -278,7 +278,7 @@ my %parser_settable_configuration = (
 # on a file, with parse_texi_file, or hold pending text, if called on text.
 # each element of the array is a hash reference.
 #
-# The key are:
+# The keys are:
 # for both text and file:
 #  source_info         source information corresponding to the current file.
 #  input_source_mark   source mark associated with the input (include file,



reply via email to

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