aboutsummaryrefslogtreecommitdiffstats
path: root/doc/texinfo.tex
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2019-08-21 20:25:20 +0300
committerArnold D. Robbins <arnold@skeeve.com>2019-08-21 20:25:20 +0300
commit4ee83adb563e86ac2283d47117b8f6c456a67c94 (patch)
tree4c874d50bfdb4ddb04a7390d9dd68cf824bf7753 /doc/texinfo.tex
parent5ffa790f0596cd14e544533689e7d5e0714f9923 (diff)
downloadegawk-4ee83adb563e86ac2283d47117b8f6c456a67c94.tar.gz
egawk-4ee83adb563e86ac2283d47117b8f6c456a67c94.tar.bz2
egawk-4ee83adb563e86ac2283d47117b8f6c456a67c94.zip
Update aux files from GNULIB.
Diffstat (limited to 'doc/texinfo.tex')
-rw-r--r--doc/texinfo.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/texinfo.tex b/doc/texinfo.tex
index ed3f0ee9..e540acd9 100644
--- a/doc/texinfo.tex
+++ b/doc/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-06-01.23}
+\def\texinfoversion{2019-08-18.20}
%
% Copyright 1985, 1986, 1988, 1990-2019 Free Software Foundation, Inc.
%
@@ -4675,7 +4675,7 @@ end
% NB flag names containing - or _ may not work here.
\def\dummyvalue#1{%
\expandafter\ifx\csname SET#1\endcsname\relax
- \noexpand\value{#1}%
+ \string\value{#1}%
\else
\csname SET#1\endcsname
\fi