changeset 4482:a54b37e18d2c

update from texinfo
author Karl Berry <karl@freefriends.org>
date Thu, 24 Jul 2003 15:07:08 +0000
parents d52ed7b6fc12
children 1fc15cae781b
files config/texinfo.tex
diffstat 1 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 }
 
 % @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),