Mercurial > hg > xemacs-beta
diff man/makeinfo.c @ 2:ac2d302a0011 r19-15b2
Import from CVS: tag r19-15b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:46:35 +0200 |
parents | 376386a54a3c |
children |
line wrap: on
line diff
--- a/man/makeinfo.c Mon Aug 13 08:45:53 2007 +0200 +++ b/man/makeinfo.c Mon Aug 13 08:46:35 2007 +0200 @@ -2904,9 +2904,8 @@ } } -/* Remove upto COUNT characters of whitespace from the - the current output line. If COUNT is less than zero, - then remove until none left. */ +/* Remove upto COUNT characters of whitespace from the current output + line. If COUNT is less than zero, then remove until none left. */ static void kill_self_indent (int count) { @@ -3201,7 +3200,7 @@ } /* Search forward for STRING in input_text. - FROM says where where to start. */ + FROM says where to start. */ static int search_forward (char *string, int from) { @@ -6084,7 +6083,7 @@ case IFSET: case IFCLEAR: /* If IFSET and NAME is not set, or if IFCLEAR and NAME is set, - read lines from the the file until we reach a matching + read lines from the file until we reach a matching "@end CONDITION". This means that we only take note of "@ifset/clear" and "@end" commands. */ {