Skip to content

Commit

Permalink
tl-update-auto
Browse files Browse the repository at this point in the history
git-svn-id: svn://tug.org/texlive/trunk/Build/source@67954 c570f23f-e606-0410-a88d-b1316a301751
  • Loading branch information
kberry committed Aug 16, 2023
1 parent 52b720b commit 7a5058b
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions build-aux/texinfo.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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{2023-07-27.21}
\def\texinfoversion{2023-08-13.14}
%
% Copyright 1985, 1986, 1988, 1990-2023 Free Software Foundation, Inc.
%
Expand Down Expand Up @@ -5655,8 +5655,8 @@
% Determine how far we can stretch into the margin.
% This allows, e.g., "Appendix H GNU Free Documentation License" to
% fit on one line in @letterpaper format.
\ifdim\entryrightmargin>2.1em
\dimen@i=2.1em
\ifdim\entryrightmargin>1.5em
\dimen@i=1.5em
\else
\dimen@i=0em
\fi
Expand Down Expand Up @@ -5714,12 +5714,11 @@
\newskip\thinshrinkable
\skip\thinshrinkable=.15em minus .15em
% Like plain.tex's \dotfill, except uses up at least 1 em.
% Like plain.tex's \dotfill, except uses up at least 0.5 em.
% The filll stretch here overpowers both the fil and fill stretch to push
% the page number to the right.
\def\indexdotfill{\cleaders
\hbox{$\mathsurround=0pt \mkern1.5mu.\mkern1.5mu$}\hskip 1em plus 1filll}
\hbox{$\mathsurround=0pt \mkern1.5mu.\mkern1.5mu$}\hskip 0.5em plus 1filll}
\def\primary #1{\line{#1\hfil}}
Expand Down Expand Up @@ -7709,9 +7708,13 @@
\def\deflineheader#1 #2 #3\endheader{%
\printdefname{#1}{}{#2}\magicamp\defunargs{#3\unskip}%
}
\def\deftypeline{%
\doingtypefntrue
\parseargusing\activeparens{\printdefunline\deflineheader}%
\parseargusing\activeparens{\printdefunline\deftypelineheader}%
}
\def\deftypelineheader#1 #2 #3 #4\endheader{%
\printdefname{#1}{#2}{#3}\magicamp\defunargs{#4\unskip}%
}
% \makedefun{deffoo} (\deffooheader parameters) { (\deffooheader expansion) }
Expand Down Expand Up @@ -8846,6 +8849,11 @@
\fi
}
% @nodedescription, @nodedescriptionblock - do nothing for TeX
\parseargdef\nodedescription{}
\def\nodedescriptionblock{\doignore{nodedescriptionblock}}
% @anchor{NAME} -- define xref target at arbitrary point.
%
\newcount\savesfregister
Expand Down

0 comments on commit 7a5058b

Please sign in to comment.