diff options
author | Miles Bader <miles@gnu.org> | 2002-07-08 01:06:54 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2002-07-08 01:06:54 +0000 |
commit | 7598274bda83c1125284a7d8210e3aa9fb9788a4 (patch) | |
tree | 4079488331efd8194960015e4722c81c0ef02530 /man/text.texi | |
parent | 3d619ea1287ff67a58cc383a400cdb6cb287669f (diff) | |
download | emacs-7598274bda83c1125284a7d8210e3aa9fb9788a4.tar.gz |
(TeX Mode): Remove explicit next/prev/up in @node line.
Diffstat (limited to 'man/text.texi')
-rw-r--r-- | man/text.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/text.texi b/man/text.texi index 38b3cf71b49..629de41c394 100644 --- a/man/text.texi +++ b/man/text.texi @@ -1,5 +1,5 @@ @c This is part of the Emacs manual. -@c Copyright (C) 1985,86,87,93,94,95,97,2000,2001 +@c Copyright (C) 1985,86,87,93,94,95,97,2000,2001, 2002 @c Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Text, Programs, Indentation, Top @@ -1266,7 +1266,7 @@ automatically by putting this in your @file{.emacs} file: (eval-after-load "outline" '(require 'foldout)) @end example -@node TeX Mode, Nroff Mode, Outline Mode, Text +@node TeX Mode @section @TeX{} Mode @cindex @TeX{} mode @cindex La@TeX{} mode |