texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/tp/Texinfo Parser.pm Structuring.pm


From: Patrice Dumas
Subject: texinfo/tp/Texinfo Parser.pm Structuring.pm
Date: Sun, 21 Aug 2011 14:20:55 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Patrice Dumas <pertusus>        11/08/21 14:20:55

Modified files:
        tp/Texinfo     : Parser.pm Structuring.pm 

Log message:
        Remove bad space characters.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Texinfo/Parser.pm?cvsroot=texinfo&r1=1.281&r2=1.282
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Texinfo/Structuring.pm?cvsroot=texinfo&r1=1.78&r2=1.79

Patches:
Index: Parser.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Parser.pm,v
retrieving revision 1.281
retrieving revision 1.282
diff -u -b -r1.281 -r1.282
--- Parser.pm   20 Aug 2011 22:26:52 -0000      1.281
+++ Parser.pm   21 Aug 2011 14:20:54 -0000      1.282
@@ -4504,7 +4504,7 @@
 
   if (@{$self->{'context_stack'}} != 1) {
     # This happens in 2 cases in the tests:
-    #   @verb not closed on misc commands line
+    #   @verb not closed on misc commands line
     #   def line escaped with @ ending the file
     if ($self->{'DEBUG'}) {
       print STDERR "CONTEXT_STACK no empty end _parse_texi: ".join('|', 
@{$self->{'context_stack'}})."\n";

Index: Structuring.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Structuring.pm,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -b -r1.78 -r1.79
--- Structuring.pm      21 Aug 2011 13:43:52 -0000      1.78
+++ Structuring.pm      21 Aug 2011 14:20:54 -0000      1.79
@@ -494,7 +494,7 @@
               $node->{'node_'.$direction} = { 'extra' => $node_direction };
             # special case of up for top an internal node and the same
             # as TOP_NODE_UP.  This is not the default case, since in the
-            # default case TOP_NODE_UP is an external node.
+            # default case TOP_NODE_UP is an external node.
             } elsif ($node->{'extra'}->{'normalized'} eq 'Top' 
                      and $direction eq 'up'
                      and !$top_node_up->{'extra'}->{'manual_content'}



reply via email to

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