summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-07-29 06:22:25 +0000
committerJim Meyering <jim@meyering.net>2003-07-29 06:22:25 +0000
commit9f39cea8a129e286bce506d1de248ff949dba663 (patch)
treee7fc9fd0688b7bd3cf456696905ad079ca470020 /config
parenta586b992d7913786b8132c59453a661f35b65e8d (diff)
downloadcoreutils-9f39cea8a129e286bce506d1de248ff949dba663.tar.xz
.
Diffstat (limited to 'config')
-rw-r--r--config/texinfo.tex12
1 files changed, 7 insertions, 5 deletions
diff --git a/config/texinfo.tex b/config/texinfo.tex
index f86b706d8..bfc74b5e6 100644
--- a/config/texinfo.tex
+++ b/config/texinfo.tex
@@ -3,7 +3,7 @@
% Load plain if necessary, i.e., if running under initex.
\expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
%
-\def\texinfoversion{2003-07-27.17}
+\def\texinfoversion{2003-07-28.08}
%
% Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
% 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
@@ -2602,11 +2602,13 @@ width0pt\relax} \fi
% #1 contains, e.g., \ifinfo, a.k.a. @ifinfo.
% #2 contains the string `ifinfo'.
%
- % Define a command to find the next "@end #2", which must be on a line
+ % Define a command to find the next `@end #2', which must be on a line
% by itself.
- \long\def\doignoretext##1^^M\end #2{\doignoretextyyy##1#1\ST@P}%
- % And this command to find another #1 command.
- \long\def\doignoretextyyy##1#1##2\ST@P{\doignoreyyy{##2}\ST@P}%
+ \long\def\doignoretext##1^^M\end #2{\doignoretextyyy##1^^M#1\ST@P}%
+ % And this command to find another #1 command, at the beginning of a
+ % line. (Otherwise, we would consider a line `@c @ifset', for
+ % example, to count as an @ifset for nesting.)
+ \long\def\doignoretextyyy##1^^M#1##2\ST@P{\doignoreyyy{##2}\ST@P}%
%
% And now expand that command.
\obeylines %