summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@gnu.org>1997-07-09 20:45:27 +0000
committerKarl Berry <karl@gnu.org>1997-07-09 20:45:27 +0000
commitf96ef9a409e2b30a67a1420fe2d1e88066d339a2 (patch)
treeed9aded1c08f17c358f3a5e709bf8c841beaf34b
parent09616e5837a88a78ebcb78a19d36d02eff0fc2fa (diff)
downloadgunmake-f96ef9a409e2b30a67a1420fe2d1e88066d339a2.tar.gz
(\startcontents): Leave ^ catcode as other.
-rw-r--r--texinfo.tex4
1 files changed, 3 insertions, 1 deletions
diff --git a/texinfo.tex b/texinfo.tex
index 43b8cb9..f2880c9 100644
--- a/texinfo.tex
+++ b/texinfo.tex
@@ -3295,7 +3295,9 @@ width0pt\relax} \fi
\unnumbchapmacro{#1}\def\thischapter{}%
\begingroup % Set up to handle contents files properly.
\catcode`\\=0 \catcode`\{=1 \catcode`\}=2 \catcode`\@=11
- \catcode`\^=7 % to see ^^e4 as \"a etc. juha@piuha.ydi.vtt.fi
+ % We can't do this, because then an actual ^ in a section
+ % title fails, e.g., @chapter ^ -- exponentiation. --karl, 9jul97.
+ %\catcode`\^=7 % to see ^^e4 as \"a etc. juha@piuha.ydi.vtt.fi
\raggedbottom % Worry more about breakpoints than the bottom.
\advance\hsize by -\contentsrightmargin % Don't use the full line length.
}