summaryrefslogtreecommitdiff
path: root/Build/source/build-aux
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-09-05 23:49:36 +0000
committerKarl Berry <karl@freefriends.org>2022-09-05 23:49:36 +0000
commit7b72b40466b181826b828054b21ca1c9be020176 (patch)
tree3e550d17d56624c259badc7adf7c1650fbdf6469 /Build/source/build-aux
parent45fc5db90ed12fff8b32ae79c68cb26d4fdd7bee (diff)
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@64304 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/build-aux')
-rw-r--r--Build/source/build-aux/texinfo.tex4
1 files changed, 3 insertions, 1 deletions
diff --git a/Build/source/build-aux/texinfo.tex b/Build/source/build-aux/texinfo.tex
index 0820b750b9a..dc8a03ba47a 100644
--- a/Build/source/build-aux/texinfo.tex
+++ b/Build/source/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{2022-09-03.12}
+\def\texinfoversion{2022-09-04.08}
%
% Copyright 1985, 1986, 1988, 1990-2022 Free Software Foundation, Inc.
%
@@ -7812,6 +7812,8 @@ might help (with 'rm \jobname.?? \jobname.??s')%
% Print arguments. Use slanted for @def*, typewriter for @deftype*.
\def\defunargs#1{%
\df \ifdoingtypefn \tt \else \sl \fi
+ \ifflagclear{txicodevaristt}{}%
+ {\def\var##1{{\setregularquotes \ttsl ##1}}}%
#1%
}