texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: correct comment


From: Gavin D. Smith
Subject: branch master updated: correct comment
Date: Sat, 08 Oct 2022 15:41:06 -0400

This is an automated email from the git hooks/post-receive script.

gavin pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new 9ad1916f26 correct comment
9ad1916f26 is described below

commit 9ad1916f2685085cbc9cd09b06723fd5ddef0399
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sat Oct 8 20:40:58 2022 +0100

    correct comment
---
 tp/Texinfo/Convert/LaTeX.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tp/Texinfo/Convert/LaTeX.pm b/tp/Texinfo/Convert/LaTeX.pm
index c645293da9..5af8399856 100644
--- a/tp/Texinfo/Convert/LaTeX.pm
+++ b/tp/Texinfo/Convert/LaTeX.pm
@@ -2126,7 +2126,7 @@ sub _index_entry($$)
       if ($in_code) {
         pop @{$self->{'formatting_context'}->[-1]->{'code'}};
       }
-      # always setup a string to sort with code as we may use commands
+      # always setup a string to sort with as we may use commands
       $sortas = Texinfo::Structuring::index_entry_sort_string($entry,
                                $subentry, $subentry_sortas, $options);
       my $result = '';



reply via email to

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