summaryrefslogtreecommitdiff
path: root/build-aux/texinfo.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-09-25 08:36:54 -0700
committerKarl Berry <karl@freefriends.org>2019-09-25 08:36:54 -0700
commitab02af9d47248a1d8b4ade4e8ab2c927d0543ea1 (patch)
tree00b072344ee5d566ed3bedda99befdf5c9676b1c /build-aux/texinfo.tex
parent298a678983973337814abc1529b23698714f220a (diff)
downloadgnulib-ab02af9d47248a1d8b4ade4e8ab2c927d0543ea1.tar.gz
autoupdate
Diffstat (limited to 'build-aux/texinfo.tex')
-rw-r--r--build-aux/texinfo.tex13
1 files changed, 9 insertions, 4 deletions
diff --git a/build-aux/texinfo.tex b/build-aux/texinfo.tex
index df43c1e26e..1ea515b2ae 100644
--- a/build-aux/texinfo.tex
+++ b/build-aux/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{2019-09-20.22}
+\def\texinfoversion{2019-09-24.13}
%
% Copyright 1985, 1986, 1988, 1990-2019 Free Software Foundation, Inc.
%
@@ -3099,11 +3099,16 @@ end
\def\wordbefore{before}
\def\wordnone{none}
-% Allow a ragged right output to aid breaking long URL's. Putting stretch in
-% between characters of the URL doesn't look good.
+% Allow a ragged right output to aid breaking long URL's. There can
+% be a break at the \allowbreak with no extra glue (if the existing stretch in
+% the line is sufficent), a break at the \penalty100 with extra glue added
+% at the end of the line, or no break at all here.
+% Changing the value of the penalty and/or the amount of stretch affects how
+% preferrable one choice is over the other.
\def\urefallowbreak{%
- \hskip 0pt plus 4 em\relax
\allowbreak
+ \hskip 0pt plus 4 em\relax
+ \penalty100
\hskip 0pt plus -4 em\relax
}