texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/makeinfo lang.c,1.6,1.7


From: dirt
Subject: texinfo/makeinfo lang.c,1.6,1.7
Date: Thu, 12 Feb 2004 23:32:53 +0100

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

Modified Files:
        lang.c 
Log Message:
wording fix in the accent warning

Index: lang.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/makeinfo/lang.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** lang.c      12 Feb 2004 21:22:21 -0000      1.6
--- lang.c      12 Feb 2004 22:32:51 -0000      1.7
***************
*** 761,765 ****
    /* Accentuating space characters makes no sense, so issue a warning.  */
    if (arg == START && isspace (input_text[input_text_offset]))
!     warning ("Accentuation command address@hidden' must not be followed by 
whitespace", command);
  
    if (html || xml)
--- 761,766 ----
    /* Accentuating space characters makes no sense, so issue a warning.  */
    if (arg == START && isspace (input_text[input_text_offset]))
!     warning ("Accent command address@hidden' must not be followed by 
whitespace",
!         command);
  
    if (html || xml)



reply via email to

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