[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,
- Prev by Date:
master updated (a55e8f14f4 -> e665d4eaba)
- Next by Date:
branch master updated: * tp/Texinfo/ParserNonXS.pm (_initialize_parsing, get_parser_info) (parse_texi_file, _register_global_command, _enter_index_entry) (_end_line_misc_line, _end_line_starting_block) (_check_register_target_element_label, _handle_line_command) (_handle_block_command, _parse_texi, _parse_line_command_args), tp/Texinfo/Document.pm (new_document): setup the document in _initialize_parsing, by calling a new function in Texinfo::Document, new_document. Associate the document to the parser as the d [...]
- Previous by thread:
[no subject]
- Next by thread:
branch master updated: * tp/Texinfo/ParserNonXS.pm (_initialize_parsing, get_parser_info) (parse_texi_file, _register_global_command, _enter_index_entry) (_end_line_misc_line, _end_line_starting_block) (_check_register_target_element_label, _handle_line_command) (_handle_block_command, _parse_texi, _parse_line_command_args), tp/Texinfo/Document.pm (new_document): setup the document in _initialize_parsing, by calling a new function in Texinfo::Document, new_document. Associate the document to the parser as the d [...]
- Index(es):