update from texinfo
authorKarl Berry <karl@freefriends.org>
Sun, 16 Nov 2003 13:48:56 +0000 (13:48 +0000)
committerKarl Berry <karl@freefriends.org>
Sun, 16 Nov 2003 13:48:56 +0000 (13:48 +0000)
config/texinfo.tex

index 8a05f149f32e071d4720f6b817e148b23e763638..b0451f8c01a37687d1316760e3ba96a318a80d1d 100644 (file)
@@ -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-11-15.06}
+\def\texinfoversion{2003-11-15.16}
 %
 % Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
 % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
@@ -4694,7 +4694,8 @@ width0pt\relax} \fi
 % @quotation does normal linebreaking (hence we can't use \nonfillstart)
 % and narrows the margins.
 %
-\def\quotation{%
+\def\quotation{\parsearg\doquotation}
+\def\doquotation#1{%
   \begingroup\inENV %This group ends at the end of the @quotation body
   {\parskip=0pt \aboveenvbreak}% because \aboveenvbreak inserts \parskip
   \parindent=0pt
@@ -4709,6 +4710,12 @@ width0pt\relax} \fi
     \exdentamount = \lispnarrowing
     \let\nonarrowing = \relax
   \fi
+  %
+  % If we're given an argument, typeset it in bold with a colon after.
+  \def\thearg{#1}%
+  \ifx\thearg\empty \else
+    {\bf \thearg:}
+  \fi
 }