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 | b1528290e2b9d2e08074d119cfc2747aa2867fc9 (patch) | |
tree | 10eab43dce06cd29d1c0d663c15bbd97d9beaefc /man/killing.texi | |
parent | eee4bc9eab72d0989252c1d3d4e7119e90023625 (diff) | |
download | emacs-b1528290e2b9d2e08074d119cfc2747aa2867fc9.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 |