texinfo-commits
[Top][All Lists]
Advanced

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

[7112] parsetexi update


From: Gavin D. Smith
Subject: [7112] parsetexi update
Date: Sat, 09 Apr 2016 15:54:48 +0000

Revision: 7112
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7112
Author:   gavin
Date:     2016-04-09 15:54:48 +0000 (Sat, 09 Apr 2016)
Log Message:
-----------
parsetexi update

Modified Paths:
--------------
    trunk/tp/parsetexi/handle_commands.c

Modified: trunk/tp/parsetexi/handle_commands.c
===================================================================
--- trunk/tp/parsetexi/handle_commands.c        2016-04-09 15:42:18 UTC (rev 
7111)
+++ trunk/tp/parsetexi/handle_commands.c        2016-04-09 15:54:48 UTC (rev 
7112)
@@ -246,7 +246,9 @@
                 }
               else
                 {
-                  line_error ("@%s not meaningful within address@hidden' 
block");
+                  line_error ("@%s not meaningful within address@hidden' 
block",
+                              command_name(cmd),
+                              command_name(parent->cmd));
                 }
               current = begin_preformatted (current);
             }
@@ -266,6 +268,9 @@
               else
                 {
                   line_error ("@%s not meaningful within address@hidden' 
block");
+                  line_error ("@%s not meaningful within address@hidden' 
block",
+                              command_name(cmd),
+                              command_name(parent->cmd));
                   current = begin_preformatted (current);
                 }
             }




reply via email to

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