comparison man/fixit.texi @ 36263:11db0318031d

Remove redundant index entries.
author Eli Zaretskii <eliz@gnu.org>
date Wed, 21 Feb 2001 15:29:46 +0000
parents b65102a3c19d
children dc1d222b639d
comparison
equal deleted inserted replaced
36262:c2f7a7dc3322 36263:11db0318031d
90 90
91 @kindex C-x C-t 91 @kindex C-x C-t
92 @findex transpose-lines 92 @findex transpose-lines
93 @kindex M-t 93 @kindex M-t
94 @findex transpose-words 94 @findex transpose-words
95 @kindex C-M-t 95 @c Don't index C-M-t and transpose-sexps here, they are indexed in
96 @findex transpose-sexps 96 @c programs.texi, in the "List Commands" node.
97 @c @kindex C-M-t
98 @c @findex transpose-sexps
97 @kbd{M-t} (@code{transpose-words}) transposes the word before point 99 @kbd{M-t} (@code{transpose-words}) transposes the word before point
98 with the word after point. It moves point forward over a word, dragging 100 with the word after point. It moves point forward over a word, dragging
99 the word preceding or containing point forward as well. The punctuation 101 the word preceding or containing point forward as well. The punctuation
100 characters between the words do not move. For example, @w{@samp{FOO, BAR}} 102 characters between the words do not move. For example, @w{@samp{FOO, BAR}}
101 transposes into @w{@samp{BAR, FOO}} rather than @samp{@w{BAR FOO,}}. 103 transposes into @w{@samp{BAR, FOO}} rather than @samp{@w{BAR FOO,}}.