diff options
author | Karl Berry <karl@gnu.org> | 1997-06-06 14:31:32 +0000 |
---|---|---|
committer | Karl Berry <karl@gnu.org> | 1997-06-06 14:31:32 +0000 |
commit | e4264f1f37179fede6347bd73fecb2619e369b89 (patch) | |
tree | 5cab2ec5d231718063f44e1a63d9b98ce400248a /gcc | |
parent | ef0c2739f5b0cf00d48e8311a1e6165792c8a1f9 (diff) | |
download | gcc-e4264f1f37179fede6347bd73fecb2619e369b89.zip gcc-e4264f1f37179fede6347bd73fecb2619e369b89.tar.gz gcc-e4264f1f37179fede6347bd73fecb2619e369b89.tar.bz2 |
(\setmultitablespacing): Restore bad typing mistake from yesterday.
From-SVN: r14160
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/texinfo.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/texinfo.tex b/gcc/texinfo.tex index cfceef8..4735701 100644 --- a/gcc/texinfo.tex +++ b/gcc/texinfo.tex @@ -1,5 +1,5 @@ %% TeX macros to handle Texinfo files. -%% $Id: texinfo.tex,v 2.202 1997/06/04 21:47:40 karl Exp karl $ +%% $Id: texinfo.tex,v 2.203 1997/06/05 22:04:25 karl Exp karl $ % Copyright (C) 1985, 86, 88, 90, 91, 92, 93, % 94, 95, 96, 97 Free Software Foundation, Inc. @@ -36,7 +36,7 @@ % This automatically updates the version number based on RCS. \def\deftexinfoversion$#1: #2 ${\def\texinfoversion{#2}} -\deftexinfoversion$Revision: 2.202 $ +\deftexinfoversion$Revision: 2.203 $ \message{Loading texinfo package [Version \texinfoversion]:} % If in a .fmt file, print the version number @@ -2101,7 +2101,7 @@ July\or August\or September\or October\or November\or December\fi \global\colcount=0\relax}} } -\def\setultitablespacing{% test to see if user has set \multitablelinespace. +\def\setmultitablespacing{% test to see if user has set \multitablelinespace. % If so, do nothing. If not, give it an appropriate dimension based on % current baselineskip. \ifdim\multitablelinespace=0pt |