diff options
| -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. | |||
| 577 | (@code{yank-rectangle}). Yanking a rectangle is the opposite of killing | 577 | (@code{yank-rectangle}). Yanking a rectangle is the opposite of killing |
| 578 | one. Point specifies where to put the rectangle's upper left corner. | 578 | one. Point specifies where to put the rectangle's upper left corner. |
| 579 | The rectangle's first line is inserted there, the rectangle's second | 579 | The rectangle's first line is inserted there, the rectangle's second |
| 580 | line is inserted at the same horizontal, but one line vertically down, | 580 | line is inserted at the same horizontal position, but one line |
| 581 | and so on. The number of lines affected is determined by the height of | 581 | vertically down, and so on. The number of lines affected is determined |
| 582 | the saved rectangle. | 582 | by the height of the saved rectangle. |
| 583 | 583 | ||
| 584 | You can convert single-column lists into double-column lists using | 584 | You can convert single-column lists into double-column lists using |
| 585 | rectangle killing and yanking; kill the second half of the list as a | 585 | rectangle killing and yanking; kill the second half of the list as a |