texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/makeinfo sectioning.c,1.14,1.15


From: karl
Subject: texinfo/makeinfo sectioning.c,1.14,1.15
Date: Wed, 7 Apr 2004 00:48:32 +0200

Update of /cvsroot/texinfo/texinfo/makeinfo
In directory sheep:/tmp/cvs-serv18974

Modified Files:
        sectioning.c 
Log Message:
(insert_and_underscore): use `...' quote instead
of "...".


Index: sectioning.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/makeinfo/sectioning.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** sectioning.c        14 Mar 2004 03:45:54 -0000      1.14
--- sectioning.c        6 Apr 2004 22:48:30 -0000       1.15
***************
*** 465,469 ****
      {
        /* should never happen, but a poor guy, named Murphy ... */
!       warning (_("Internal error (search_sectioning) \"%s\"!"), cmd);
        return;
      }
--- 465,469 ----
      {
        /* should never happen, but a poor guy, named Murphy ... */
!       warning (_("Internal error (search_sectioning) `%s'!"), cmd);
        return;
      }



reply via email to

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