From: Jim Meyering Date: Sat, 26 Jul 2003 06:31:23 +0000 (+0000) Subject: . X-Git-Tag: v5.0.90~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2e3a45c1d14c383b58f7595d1e16ec0b41852b5;p=thirdparty%2Fcoreutils.git . --- diff --git a/config/texinfo.tex b/config/texinfo.tex index ed35568903..3bedee502a 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-23.17} +\def\texinfoversion{2003-07-24.06} % % Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995, % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. @@ -4038,12 +4038,12 @@ width0pt\relax} \fi } % @heading, @subheading, @subsubheading. -\def\heading{\parsearg\secheadingyyy} -\def\subheading{\parsearg\subsecheadingyyy} -\def\subsubheading{\parsearg\subsubsecheadingyyy} -\def\headingyyy#1{\plainsecheading{#1}\suppressfirstparagraphindent} -\def\subheadingyyy#1{\plainsubsecheading{#1}\suppressfirstparagraphindent} -\def\subsubheadingyyy#1{\plainsubsubsecheading{#1}\suppressfirstparagraphindent} +\def\heading{\parsearg\doheading} +\def\subheading{\parsearg\dosubheading} +\def\subsubheading{\parsearg\dosubsubheading} +\def\doheading#1{\plainsecheading{#1}\suppressfirstparagraphindent} +\def\dosubheading#1{\plainsubsecheading{#1}\suppressfirstparagraphindent} +\def\dosubsubheading#1{\plainsubsubsecheading{#1}\suppressfirstparagraphindent} % These macros generate a chapter, section, etc. heading only % (including whitespace, linebreaking, etc. around it),