diff options
author | karl <karl@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-06-06 14:31:32 +0000 |
---|---|---|
committer | karl <karl@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-06-06 14:31:32 +0000 |
commit | d4ab524994fd1e93a3e08778e45584eb43065984 (patch) | |
tree | 5cab2ec5d231718063f44e1a63d9b98ce400248a /gcc | |
parent | d80395d8c7d98dc141add74e8475d64045da562f (diff) | |
download | gcc-d4ab524994fd1e93a3e08778e45584eb43065984.tar.gz |
(\setmultitablespacing): Restore bad typing mistake from yesterday.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14160 138bc75d-0d04-0410-961f-82ee72b054a4
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 cfceef82f2b..4735701c789 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 |