comparison man/fixit.texi @ 38745:5464ee1ba8e2

Minor cleanups.
author Richard M. Stallman <rms@gnu.org>
date Wed, 08 Aug 2001 23:39:08 +0000
parents baa9ae31d281
children 5c282c7df1cf
comparison
equal deleted inserted replaced
38744:d7121931b3ba 38745:5464ee1ba8e2
104 @samp{@w{BAR FOO,}}. 104 @samp{@w{BAR FOO,}}.
105 105
106 @kbd{C-M-t} (@code{transpose-sexps}) is a similar command for 106 @kbd{C-M-t} (@code{transpose-sexps}) is a similar command for
107 transposing two expressions (@pxref{Expressions}), and @kbd{C-x C-t} 107 transposing two expressions (@pxref{Expressions}), and @kbd{C-x C-t}
108 (@code{transpose-lines}) exchanges lines. They work like @kbd{M-t} 108 (@code{transpose-lines}) exchanges lines. They work like @kbd{M-t}
109 except in determining the division of the text into syntactic units. 109 except as regards what units of text they transpose.
110 110
111 A numeric argument to a transpose command serves as a repeat count: it 111 A numeric argument to a transpose command serves as a repeat count: it
112 tells the transpose command to move the character (word, expression, line) 112 tells the transpose command to move the character (word, expression, line)
113 before or containing point across several other characters (words, 113 before or containing point across several other characters (words,
114 expressions, lines). For example, @kbd{C-u 3 C-t} moves the character before 114 expressions, lines). For example, @kbd{C-u 3 C-t} moves the character before