summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@gnu.org>1999-03-31 18:30:14 +0000
committerKarl Berry <karl@gnu.org>1999-03-31 18:30:14 +0000
commit47922a5a659bfe49976bae8f9ce1e11a23006d29 (patch)
treec3cf605e3b34f568350d35210d3db2591b5928ab
parente005a48b9fbbe7aea8013f887467714c6cf40fbe (diff)
downloadgunmake-47922a5a659bfe49976bae8f9ce1e11a23006d29.tar.gz
* texinfo.tex (\defopheader): missing word space before `on'.
Report from: Chris Hanson <cph@martigny.ai.mit.edu>.
-rw-r--r--texinfo.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/texinfo.tex b/texinfo.tex
index 02cf3fd..3e5019e 100644
--- a/texinfo.tex
+++ b/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{1999-03-26.17}%
+\def\texinfoversion{1999-03-31.13}%
%
% Copyright (C) 1985, 86, 88, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99
% Free Software Foundation, Inc.
@@ -4399,7 +4399,7 @@ width0pt\relax} \fi
%
\def\defopheader #1#2#3{%
\dosubind {fn}{\code{#2}}{\putwordon\ #1}% Make entry in function index
-\begingroup\defname {#2}{\defoptype{}\putwordon\ #1}%
+\begingroup\defname {#2}{\defoptype\ \putwordon\ #1}%
\defunargs {#3}\endgroup %
}