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/fixit.texi | |
parent | a284eea359aaf796a5794b37682c96dc1d389844 (diff) | |
download | emacs-4946337df63e1f4c7fc242230d791bb691cf7756.tar.gz |
Remove redundant index entries.
Diffstat (limited to 'man/fixit.texi')
-rw-r--r-- | man/fixit.texi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man/fixit.texi b/man/fixit.texi index 591c50495bb..41d05fb4b5a 100644 --- a/man/fixit.texi +++ b/man/fixit.texi @@ -92,8 +92,10 @@ Otherwise, a reverse search (@kbd{C-r}) is often the best way. @findex transpose-lines @kindex M-t @findex transpose-words -@kindex C-M-t -@findex transpose-sexps +@c Don't index C-M-t and transpose-sexps here, they are indexed in +@c programs.texi, in the "List Commands" node. +@c @kindex C-M-t +@c @findex transpose-sexps @kbd{M-t} (@code{transpose-words}) transposes the word before point with the word after point. It moves point forward over a word, dragging the word preceding or containing point forward as well. The punctuation |