texinfo-commits
[Top][All Lists]
Advanced

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

[7383] change a @-command to an @-command


From: gavinsmith0123
Subject: [7383] change a @-command to an @-command
Date: Mon, 19 Sep 2016 14:50:18 +0000 (UTC)

Revision: 7383
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7383
Author:   gavin
Date:     2016-09-19 14:50:18 +0000 (Mon, 19 Sep 2016)
Log Message:
-----------
change a @-command to an @-command

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/tp/Texinfo/Parser.pm
    trunk/tp/t/results/misc_commands/invalid_clickstyle.pl

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2016-09-19 13:18:12 UTC (rev 7382)
+++ trunk/ChangeLog     2016-09-19 14:50:18 UTC (rev 7383)
@@ -1,3 +1,9 @@
+2016-09-19  Gavin Smith  <address@hidden>
+
+       * tp/Texinfo/Parser.pm (_parse_special_misc_command): Change
+       "a @-command" to "an @-command" in a message.
+       (_parse_line_command_args): Comment changed.
+
 2016-09-18  Gavin Smith  <address@hidden>
 
        * tp/Texinfo/Convert/Plaintext.pm (_compute_spaces_align_line):

Modified: trunk/tp/Texinfo/Parser.pm
===================================================================
--- trunk/tp/Texinfo/Parser.pm  2016-09-19 13:18:12 UTC (rev 7382)
+++ trunk/tp/Texinfo/Parser.pm  2016-09-19 14:50:18 UTC (rev 7383)
@@ -5604,7 +5604,7 @@
       $has_comment = 1 if (defined($4));
     } else {
       $self->line_error (sprintf($self->__(
-                 "address@hidden should only accept a address@hidden as 
argument, not `%s'"),
+                "address@hidden should only accept an address@hidden as 
argument, not `%s'"),
                                  $command, $line), $line_nr);
     }
   } else {
@@ -5626,7 +5626,7 @@
   Texinfo::Common::trim_spaces_comment_from_content($_[0]);
 }
 
-# at the end of a @-command line with arguments, parse the resulting 
+# at the end of an @-command line with arguments, parse the resulting 
 # text, to collect aliases, definfoenclose and collect errors on 
 # wrong arguments.
 sub _parse_line_command_args($$$)

Modified: trunk/tp/t/results/misc_commands/invalid_clickstyle.pl
===================================================================
--- trunk/tp/t/results/misc_commands/invalid_clickstyle.pl      2016-09-19 
13:18:12 UTC (rev 7382)
+++ trunk/tp/t/results/misc_commands/invalid_clickstyle.pl      2016-09-19 
14:50:18 UTC (rev 7383)
@@ -274,13 +274,13 @@
     'type' => 'warning'
   },
   {
-    'error_line' => ':10: @clickstyle should only accept a @-command as 
argument, not ` something
+    'error_line' => ':10: @clickstyle should only accept an @-command as 
argument, not ` something
 \'
 ',
     'file_name' => '',
     'line_nr' => 10,
     'macro' => '',
-    'text' => '@clickstyle should only accept a @-command as argument, not ` 
something
+    'text' => '@clickstyle should only accept an @-command as argument, not ` 
something
 \'',
     'type' => 'error'
   }




reply via email to

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