[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * tp/Texinfo/Structuring.pm (setup_sortable_index
From: |
Patrice Dumas |
Subject: |
branch master updated: * tp/Texinfo/Structuring.pm (setup_sortable_index_entries): fix function name. |
Date: |
Tue, 12 Dec 2023 08:40:32 -0500 |
This is an automated email from the git hooks/post-receive script.
pertusus pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new 5337e1ece5 * tp/Texinfo/Structuring.pm (setup_sortable_index_entries):
fix function name.
5337e1ece5 is described below
commit 5337e1ece5c3bfc11fd5cc06da4f69224a437ff8
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Tue Dec 12 14:40:23 2023 +0100
* tp/Texinfo/Structuring.pm (setup_sortable_index_entries): fix
function name.
---
ChangeLog | 5 +++++
tp/Texinfo/Structuring.pm | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 5cd8528fc6..af99ccc011 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-12-12 Patrice Dumas <pertusus@free.fr>
+
+ * tp/Texinfo/Structuring.pm (setup_sortable_index_entries): fix
+ function name.
+
2023-12-12 Patrice Dumas <pertusus@free.fr>
* tp/Texinfo/Report.pm (format_line_message): add empty macro if there
diff --git a/tp/Texinfo/Structuring.pm b/tp/Texinfo/Structuring.pm
index 68b640419b..a4e9c3834e 100644
--- a/tp/Texinfo/Structuring.pm
+++ b/tp/Texinfo/Structuring.pm
@@ -2492,7 +2492,7 @@ sub setup_sortable_index_entries($$$$$;$)
= $main_entry_element->{'extra'}->{'original_def_cmdname'}
if (!defined($entry_cmdname));
if (!$silent) {
- _converted_or_registrar_line_warn($registrar,
+ _converter_or_registrar_line_warn($registrar,
$customization_information,
sprintf(__("empty index sub entry %d key in \@%s"),
$subentry_nr, $entry_cmdname),
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * tp/Texinfo/Structuring.pm (setup_sortable_index_entries): fix function name.,
Patrice Dumas <=