texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: tp/Texinfo/ParserNonXS.pm (_process_remaining_on_


From: Patrice Dumas
Subject: branch master updated: tp/Texinfo/ParserNonXS.pm (_process_remaining_on_line): fix typo on variable name.
Date: Sun, 05 Mar 2023 03:17:38 -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 3ea51010f0 tp/Texinfo/ParserNonXS.pm (_process_remaining_on_line): fix 
typo on variable name.
3ea51010f0 is described below

commit 3ea51010f0417870472ecc756d720ab3408c2472
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sun Mar 5 09:17:09 2023 +0100

    tp/Texinfo/ParserNonXS.pm (_process_remaining_on_line): fix typo on 
variable name.
---
 tp/Texinfo/ParserNonXS.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tp/Texinfo/ParserNonXS.pm b/tp/Texinfo/ParserNonXS.pm
index e04818283f..703773426a 100644
--- a/tp/Texinfo/ParserNonXS.pm
+++ b/tp/Texinfo/ParserNonXS.pm
@@ -6752,7 +6752,7 @@ sub _process_remaining_on_line($$$$)
                           'text' => '', 'parent' => $current,
                           'extra' => {'spaces_associated_command' => $current}
                          };
-      push @{$current->{'contents'}}, $space_before_arg;
+      push @{$current->{'contents'}}, $space_before;
     } elsif ($separator eq ',' and $current->{'type'}
              and $current->{'type'} eq 'line_arg'
              and $current->{'parent'}->{'cmdname'}



reply via email to

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