summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-09-05 07:55:49 -0700
committerKarl Berry <karl@freefriends.org>2022-09-05 07:55:49 -0700
commit9a4033e07f55a1ee1b744c0afdef529a190a1152 (patch)
tree99c0880839a123d69b9501443aa407448388650b /build-aux
parent0f8872f1a196034bb64d7278edf6eb898cb781df (diff)
downloadgnulib-9a4033e07f55a1ee1b744c0afdef529a190a1152.tar.gz
autoupdate
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/texinfo.tex4
1 files changed, 3 insertions, 1 deletions
diff --git a/build-aux/texinfo.tex b/build-aux/texinfo.tex
index 0820b750b9..dc8a03ba47 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{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%
}