# HG changeset patch # User Richard M. Stallman # Date 993561667 0 # Node ID baa9ae31d281cd1d355a0dbcf4178a7f3e4f6dc1 # Parent afc3a9e55ac4be03e6207d52d920b5ca7cab2806 Say "expression" instead of "sexp". Update xref, Sexps -> Expressions. diff -r afc3a9e55ac4 -r baa9ae31d281 man/fixit.texi --- a/man/fixit.texi Tue Jun 26 13:20:18 2001 +0000 +++ b/man/fixit.texi Tue Jun 26 13:21:07 2001 +0000 @@ -103,15 +103,15 @@ @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}) -exchanges lines. They work like @kbd{M-t} except in determining the -division of the text into syntactic units. + @kbd{C-M-t} (@code{transpose-sexps}) is a similar command for +transposing two expressions (@pxref{Expressions}), and @kbd{C-x C-t} +(@code{transpose-lines}) exchanges lines. They work like @kbd{M-t} +except in determining the division of the text into syntactic units. A numeric argument to a transpose command serves as a repeat count: it -tells the transpose command to move the character (word, sexp, line) +tells the transpose command to move the character (word, expression, line) before or containing point across several other characters (words, -sexps, lines). For example, @kbd{C-u 3 C-t} moves the character before +expressions, lines). For example, @kbd{C-u 3 C-t} moves the character before point forward across three other characters. It would change @samp{f@point{}oobar} into @samp{oobf@point{}ar}. This is equivalent to repeating @kbd{C-t} three times. @kbd{C-u - 4 M-t} moves the word @@ -120,8 +120,8 @@ A numeric argument of zero is assigned a special meaning (because otherwise a command with a repeat count of zero would do nothing): to -transpose the character (word, sexp, line) ending after point with the -one ending after the mark. +transpose the character (word, expression, line) ending after point +with the one ending after the mark. @node Fixing Case @section Case Conversion