# HG changeset patch # User Karl Berry # Date 1059655242 0 # Node ID 503bee88f4214f3469065913db17144070fdb324 # Parent 732c51f6278fddf8428cb0ecb4ae3c833113b813 update from texinfo diff --git a/config/texinfo.tex b/config/texinfo.tex --- a/config/texinfo.tex +++ b/config/texinfo.tex @@ -2575,7 +2575,7 @@ % Ignore text until a line `@end #1', keeping track of nested conditionals. % % A count to remember the depth of nesting. -\newcount\doignorecount \doignorecount = 0 +\newcount\doignorecount \def\doignore#1{\begingroup % Don't complain about control sequences we have declared \outer. @@ -2623,7 +2623,7 @@ \else % Found a nested condition, ... \advance\doignorecount by 1 \let\next\doignoretextyyy % ..., look for another. - % If we're here, #1 ends with \ifinfo (for example). + % If we're here, #1 ends with ^^M\ifinfo (for example). \fi \next #1% the token \ST@P is present just after this macro. }