diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-07-18 15:17:06 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-07-18 15:17:06 +0000 |
commit | d7d7da3780dbdf404a49aaa6791c6cb82234f623 (patch) | |
tree | ed0178663a1ab763c9b26b87a63cb7944a63072b /man/killing.texi | |
parent | e0300d338fd65acf7956c008cac6866196590797 (diff) | |
download | emacs-d7d7da3780dbdf404a49aaa6791c6cb82234f623.tar.gz |
Add a missing word.
Diffstat (limited to 'man/killing.texi')
-rw-r--r-- | man/killing.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/killing.texi b/man/killing.texi index c3d6930c56c..423b875f33a 100644 --- a/man/killing.texi +++ b/man/killing.texi @@ -577,9 +577,9 @@ commands have to be used and yank-popping is hard to make sense of. (@code{yank-rectangle}). Yanking a rectangle is the opposite of killing one. Point specifies where to put the rectangle's upper left corner. The rectangle's first line is inserted there, the rectangle's second -line is inserted at the same horizontal, but one line vertically down, -and so on. The number of lines affected is determined by the height of -the saved rectangle. +line is inserted at the same horizontal position, but one line +vertically down, and so on. The number of lines affected is determined +by the height of the saved rectangle. You can convert single-column lists into double-column lists using rectangle killing and yanking; kill the second half of the list as a |