diff options
author | Richard M. Stallman <rms@gnu.org> | 2001-08-08 23:39:08 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2001-08-08 23:39:08 +0000 |
commit | 0ec1f11554a528e81e9fc7eb2164154bedd532a3 (patch) | |
tree | c736394b40d9424d13875e3197addc1507ab7d0f /man/fixit.texi | |
parent | 17ec59da80b4ff3136647dff126be3c025da8f70 (diff) | |
download | emacs-0ec1f11554a528e81e9fc7eb2164154bedd532a3.tar.gz |
Minor cleanups.
Diffstat (limited to 'man/fixit.texi')
-rw-r--r-- | man/fixit.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/fixit.texi b/man/fixit.texi index bbe53f157c8..02f7ed767b6 100644 --- a/man/fixit.texi +++ b/man/fixit.texi @@ -106,7 +106,7 @@ punctuation characters between the words do not move. For example, @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. +except as regards what units of text they transpose. A numeric argument to a transpose command serves as a repeat count: it tells the transpose command to move the character (word, expression, line) |