diff options
author | Glenn Morris <rgm@gnu.org> | 2012-05-26 18:25:06 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-05-26 18:25:06 -0700 |
commit | abb9615e98fc80f5c5dd00d470601de1a4a93f88 (patch) | |
tree | d10c06cca0c66709471d62db2d32c06dddce9ed8 /doc/emacs/text.texi | |
parent | 33017fafd17d722e82a268e9b272f27df261e09d (diff) | |
download | emacs-abb9615e98fc80f5c5dd00d470601de1a4a93f88.tar.gz |
Nuke hand-written node pointers in doc/emacs
Let makeinfo figure them out, as is recommended.
Diffstat (limited to 'doc/emacs/text.texi')
-rw-r--r-- | doc/emacs/text.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/text.texi b/doc/emacs/text.texi index 90f4732079b..0299c2b1b25 100644 --- a/doc/emacs/text.texi +++ b/doc/emacs/text.texi @@ -2,7 +2,7 @@ @c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2012 @c Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. -@node Text, Programs, Indentation, Top +@node Text @chapter Commands for Human Languages @cindex text @cindex manipulating text |