diff man/fixit.texi @ 37120:f863383a5c3e

Minor change.
author Richard M. Stallman <rms@gnu.org>
date Sun, 01 Apr 2001 03:20:52 +0000
parents dc1d222b639d
children 939c227505cd
line wrap: on
line diff
--- a/man/fixit.texi	Sat Mar 31 09:48:53 2001 +0000
+++ b/man/fixit.texi	Sun Apr 01 03:20:52 2001 +0000
@@ -96,11 +96,12 @@
 @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})