diff options
author | Richard M. Stallman <rms@gnu.org> | 2001-04-01 03:20:52 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2001-04-01 03:20:52 +0000 |
commit | 0a4fb541f71d650f9f4883ae3d426846b5d1253c (patch) | |
tree | bd577934761fce8264161a4b4be6fb9334963b1e /man/fixit.texi | |
parent | b72d30a79867f4fe702c599799399ecb9f596b5d (diff) | |
download | emacs-0a4fb541f71d650f9f4883ae3d426846b5d1253c.tar.gz |
Minor change.
Diffstat (limited to 'man/fixit.texi')
-rw-r--r-- | man/fixit.texi | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/man/fixit.texi b/man/fixit.texi index 4048e3750ad..8f5fd8871c3 100644 --- a/man/fixit.texi +++ b/man/fixit.texi @@ -96,11 +96,12 @@ Otherwise, a reverse search (@kbd{C-r}) is often the best way. @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 -characters between the words do not move. For example, @w{@samp{FOO, BAR}} -transposes into @w{@samp{BAR, FOO}} rather than @samp{@w{BAR FOO,}}. + @kbd{M-t} transposes the word before point with the word after point +(@code{transpose-words}). It moves point forward over a word, +dragging the word preceding or containing point forward as well. The +punctuation characters between the words do not move. For example, +@w{@samp{FOO, BAR}} transposes into @w{@samp{BAR, FOO}} rather than +@samp{@w{BAR FOO,}}. @kbd{C-M-t} (@code{transpose-sexps}) is a similar command for transposing two expressions (@pxref{Lists}), and @kbd{C-x C-t} (@code{transpose-lines}) |