texinfo-commits
[Top][All Lists]
Advanced

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

[7398] parsetexi fix a message


From: gavinsmith0123
Subject: [7398] parsetexi fix a message
Date: Tue, 20 Sep 2016 16:00:08 +0000 (UTC)

Revision: 7398
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7398
Author:   gavin
Date:     2016-09-20 16:00:08 +0000 (Tue, 20 Sep 2016)
Log Message:
-----------
parsetexi fix a message

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

Modified: trunk/tp/parsetexi/end_line.c
===================================================================
--- trunk/tp/parsetexi/end_line.c       2016-09-20 15:56:14 UTC (rev 7397)
+++ trunk/tp/parsetexi/end_line.c       2016-09-20 16:00:08 UTC (rev 7398)
@@ -528,11 +528,11 @@
         from_index = index_by_name (from);
         to_index = index_by_name (to);
         if (!from_index)
-          line_error ("unknown source index in @%s: %s", command_name(cmd),
-                       from);
+          line_error ("unknown source index in @%s: %s",
+                      command_name(cmd), from);
         if (!to_index)
-          line_error ("unknown source index in @%s: %s", command_name(cmd),
-                       to);
+          line_error ("unknown destination index in @%s: %s",
+                      command_name(cmd), to);
 
         if (from_index && to_index) // 5606
           {




reply via email to

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