summaryrefslogtreecommitdiff
path: root/texinfo.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@gnu.org>1996-11-16 00:20:09 +0000
committerKarl Berry <karl@gnu.org>1996-11-16 00:20:09 +0000
commit9b0b3a6e70ed65a2e4cd16b2b8470620fdb1bfb9 (patch)
tree855b1a14c1cb10a7464f1946697aff9cc65fccce /texinfo.tex
parenta71d56b4cce54f9159014912444210869d5a0681 (diff)
downloadgunmake-9b0b3a6e70ed65a2e4cd16b2b8470620fdb1bfb9.tar.gz
(\value): Don't call \parsearg, @value takes a simple arg.
Diffstat (limited to 'texinfo.tex')
-rw-r--r--texinfo.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/texinfo.tex b/texinfo.tex
index ee365f4..b3f2c4e 100644
--- a/texinfo.tex
+++ b/texinfo.tex
@@ -893,7 +893,7 @@ where each line of input produces a line of output.}
%
\def\value{\begingroup
\catcode`\-=12 \catcode`\_=12 % Allow - and _ in VAR.
- \parsearg\valuexxx}
+ \valuexxx}
\def\valuexxx#1{%
\expandafter\ifx\csname SET#1\endcsname\relax
{\{No value for ``#1''\}}%