summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-07-26 06:31:23 +0000
committerJim Meyering <jim@meyering.net>2003-07-26 06:31:23 +0000
commita2e3a45c1d14c383b58f7595d1e16ec0b41852b5 (patch)
treeed6adb98c770a6621181518c38a1c5e51e32186a /config
parent3a2f76335af1ed4e093c0f8c3436a9c0a090812c (diff)
downloadcoreutils-a2e3a45c1d14c383b58f7595d1e16ec0b41852b5.tar.xz
.
Diffstat (limited to 'config')
-rw-r--r--config/texinfo.tex14
1 files changed, 7 insertions, 7 deletions
diff --git a/config/texinfo.tex b/config/texinfo.tex
index ed3556890..3bedee502 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),