diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-02-21 15:29:46 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-02-21 15:29:46 +0000 |
commit | 4946337df63e1f4c7fc242230d791bb691cf7756 (patch) | |
tree | 068ad18675ff2aac8e6cd7ebf1f2076fdf1f4ccf /man/text.texi | |
parent | a284eea359aaf796a5794b37682c96dc1d389844 (diff) | |
download | emacs-4946337df63e1f4c7fc242230d791bb691cf7756.tar.gz |
Remove redundant index entries.
Diffstat (limited to 'man/text.texi')
-rw-r--r-- | man/text.texi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/man/text.texi b/man/text.texi index 437925bcf69..987df4f095f 100644 --- a/man/text.texi +++ b/man/text.texi @@ -130,8 +130,10 @@ move to. If point is after the space in @w{@samp{FOO, BAR}}, then not the comma and the space, use @kbd{M-b M-d} instead of @kbd{M-@key{DEL}}.) -@kindex M-t -@findex transpose-words +@c Don't index M-t and transpose-words here, they are indexed in +@c fixit.texi, in the node "Transpose". +@c @kindex M-t +@c @findex transpose-words @kbd{M-t} (@code{transpose-words}) exchanges the word before or containing point with the following word. The delimiter characters between the words do not move. For example, @w{@samp{FOO, BAR}} transposes into @@ -856,7 +858,6 @@ visible. @xref{Outline Mode}. @section Outline Mode @cindex Outline mode @cindex mode, Outline -@cindex selective display @cindex invisible lines @findex outline-mode |