From: Jim Meyering Date: Fri, 7 May 1999 18:54:34 +0000 (+0000) Subject: import latest X-Git-Tag: TEXTUTILS-1_22k~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=99ed77dea612b088ab97381b88f12ec00774e078;p=thirdparty%2Fcoreutils.git import latest --- diff --git a/doc/texinfo.tex b/doc/texinfo.tex index 793f38a678..03ed599900 100644 --- a/doc/texinfo.tex +++ b/doc/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{1999-04-22.19}% +\def\texinfoversion{1999-04-25.15}% % % Copyright (C) 1985, 86, 88, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99 % Free Software Foundation, Inc. @@ -3186,8 +3186,12 @@ width0pt\relax} \fi \newcount\subsubsecno \subsubsecno=0 % This counter is funny since it counts through charcodes of letters A, B, ... +% The \the is necessary, despite appearances, because \appendixletter is +% expanded while writing the .toc file. \char\appendixno is not +% expandable, thus it is written literally, thus all appendixes come out +% with the same letter (or @) in the toc without it. \newcount\appendixno \appendixno = `\@ -\def\appendixletter{\char\appendixno} +\def\appendixletter{\char\the\appendixno} % Each @chapter defines this as the name of the chapter. % page headings and footings can use it. @section does likewise.