texinfo-commits
[Top][All Lists]
Advanced

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

[6658] correct typo insertcopying


From: Gavin D. Smith
Subject: [6658] correct typo insertcopying
Date: Wed, 30 Sep 2015 10:55:15 +0000

Revision: 6658
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6658
Author:   gavin
Date:     2015-09-30 10:55:14 +0000 (Wed, 30 Sep 2015)
Log Message:
-----------
correct typo insertcopying

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/tp/Texinfo/Parser.pm

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2015-09-29 19:55:05 UTC (rev 6657)
+++ trunk/ChangeLog     2015-09-30 10:55:14 UTC (rev 6658)
@@ -1,3 +1,8 @@
+2015-09-30  Gavin Smith  <address@hidden>
+
+       * tp/Texinfo/Parser.pm (parser) <INLINE_INSERTCOPYING>: Change
+       "insercopying" to "insertcopying".
+
 2015-09-29  Gavin Smith  <address@hidden>
 
        * NEWS: Mention q can close a window, mention index and TOC 

Modified: trunk/tp/Texinfo/Parser.pm
===================================================================
--- trunk/tp/Texinfo/Parser.pm  2015-09-29 19:55:05 UTC (rev 6657)
+++ trunk/tp/Texinfo/Parser.pm  2015-09-30 10:55:14 UTC (rev 6658)
@@ -679,8 +679,8 @@
   $parser->{'close_paragraph_commands'} = {%close_paragraph_commands};
   $parser->{'close_preformatted_commands'} = {%close_preformatted_commands};
   if ($parser->{'INLINE_INSERTCOPYING'}) {
-    delete $parser->{'close_paragraph_commands'}->{'insercopying'};
-    delete $parser->{'close_preformatted_commands'}->{'insercopying'};
+    delete $parser->{'close_paragraph_commands'}->{'insertcopying'};
+    delete $parser->{'close_preformatted_commands'}->{'insertcopying'};
   }
   # a hash is simply concatenated.  It should be like %index_names.
   if (ref($parser->{'indices'}) eq 'HASH') {




reply via email to

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