summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-05-07 18:54:34 +0000
committerJim Meyering <jim@meyering.net>1999-05-07 18:54:34 +0000
commit99ed77dea612b088ab97381b88f12ec00774e078 (patch)
tree9ecbaa51f603ff76173f9bf02283b2bae388a7da /doc
parentbda57be9045a565cfd55ef3a17630d0d708869bc (diff)
downloadcoreutils-99ed77dea612b088ab97381b88f12ec00774e078.tar.xz
import latest
Diffstat (limited to 'doc')
-rw-r--r--doc/texinfo.tex8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/texinfo.tex b/doc/texinfo.tex
index 793f38a67..03ed59990 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.