diff options
author | Richard Stallman <rms@gnu.org> | 1997-07-09 19:40:16 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1997-07-09 19:40:16 +0000 |
commit | 71fd17e0c1d94d87ecdf1c3c92723bd21ca1d4cb (patch) | |
tree | 798fc33983397d17e358f9ce3f31ea9d038b4ed5 | |
parent | f6c74b022514086154ea7172050d84bcdf32b715 (diff) | |
download | gcc-71fd17e0c1d94d87ecdf1c3c92723bd21ca1d4cb.zip gcc-71fd17e0c1d94d87ecdf1c3c92723bd21ca1d4cb.tar.gz gcc-71fd17e0c1d94d87ecdf1c3c92723bd21ca1d4cb.tar.bz2 |
Declare how to hyphenate "whitespace".
From-SVN: r14404
-rw-r--r-- | gcc/texinfo.tex | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/texinfo.tex b/gcc/texinfo.tex index 156d479..2905dc2 100644 --- a/gcc/texinfo.tex +++ b/gcc/texinfo.tex @@ -1,5 +1,5 @@ %% TeX macros to handle Texinfo files. -%% $Id: texinfo.tex,v 2.211 1997/07/05 21:16:39 karl Exp karl $ +%% $Id: texinfo.tex,v 2.212 1997/07/05 21:51:30 karl Exp rms $ % 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.211 $ +\deftexinfoversion$Revision: 2.212 $ \message{Loading texinfo package [Version \texinfoversion]:} % If in a .fmt file, print the version number @@ -101,6 +101,7 @@ \hyphenation{ap-pen-dix} \hyphenation{mini-buf-fer mini-buf-fers} \hyphenation{eshell} +\hyphenation{white-space} % Margin to add to right of even pages, to left of odd pages. \newdimen \bindingoffset |