texinfo-commits
[Top][All Lists]
Advanced

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

[7782] remove full stop from end of message


From: gavinsmith0123
Subject: [7782] remove full stop from end of message
Date: Sun, 14 May 2017 07:39:20 -0400 (EDT)

Revision: 7782
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7782
Author:   gavin
Date:     2017-05-14 07:39:19 -0400 (Sun, 14 May 2017)
Log Message:
-----------
remove full stop from end of message

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/info/indices.c

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2017-05-14 11:23:37 UTC (rev 7781)
+++ trunk/ChangeLog     2017-05-14 11:39:19 UTC (rev 7782)
@@ -1,5 +1,11 @@
 2017-05-13  Gavin Smith  <address@hidden>
 
+       * info/indices.c (info_next_index_match): Remove full stop from 
+       end of message.  (Missed on 2017-05-13.  Report from Benno 
+       Schulenberg.)
+
+2017-05-13  Gavin Smith  <address@hidden>
+
        * info/sesson.c (point_backward_char): Change return type to int
        and return 0 on failure.  Make sure we always go backwards.
        (point_backward_word): Use point_backward_char to simplify code.

Modified: trunk/info/indices.c
===================================================================
--- trunk/info/indices.c        2017-05-14 11:23:37 UTC (rev 7781)
+++ trunk/info/indices.c        2017-05-14 11:39:19 UTC (rev 7782)
@@ -475,8 +475,8 @@
     {
       info_error (index_offset > 0 ?
                   _("No more index entries containing '%s'") :
-                 _("No index entries containing '%s'."),
-                 index_search);
+                  _("No index entries containing '%s'"),
+                  index_search);
       index_offset = 0;
       return;
     }




reply via email to

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