diff options
| author | Richard M. Stallman | 2003-01-20 08:52:12 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-01-20 08:52:12 +0000 |
| commit | 3b4d49d736b97cbada16ba01ac231e644d0e54bb (patch) | |
| tree | 7c5ec0d886d43a4ef5548f2e58999bd0a0f81375 /man | |
| parent | 73916123125e28d1aea4427a8caa04ca0a65741b (diff) | |
| download | emacs-3b4d49d736b97cbada16ba01ac231e644d0e54bb.tar.gz emacs-3b4d49d736b97cbada16ba01ac231e644d0e54bb.zip | |
(Rectangles): Document C-x c r.
Diffstat (limited to 'man')
| -rw-r--r-- | man/killing.texi | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/man/killing.texi b/man/killing.texi index 4dbcc2e6a10..f66fc6a20ad 100644 --- a/man/killing.texi +++ b/man/killing.texi | |||
| @@ -561,8 +561,9 @@ Yank the last killed rectangle with its upper left corner at point | |||
| 561 | Insert blank space to fill the space of the region-rectangle | 561 | Insert blank space to fill the space of the region-rectangle |
| 562 | (@code{open-rectangle}). This pushes the previous contents of the | 562 | (@code{open-rectangle}). This pushes the previous contents of the |
| 563 | region-rectangle rightward. | 563 | region-rectangle rightward. |
| 564 | @item M-x clear-rectangle | 564 | @item C-x r c |
| 565 | Clear the region-rectangle by replacing its contents with spaces. | 565 | Clear the region-rectangle by replacing its contents with spaces |
| 566 | (@code{clear-rectangle}). | ||
| 566 | @item M-x delete-whitespace-rectangle | 567 | @item M-x delete-whitespace-rectangle |
| 567 | Delete whitespace in each of the lines on the specified rectangle, | 568 | Delete whitespace in each of the lines on the specified rectangle, |
| 568 | starting from the left edge column of the rectangle. | 569 | starting from the left edge column of the rectangle. |
| @@ -615,12 +616,13 @@ Registers}. | |||
| 615 | 616 | ||
| 616 | @kindex C-x r o | 617 | @kindex C-x r o |
| 617 | @findex open-rectangle | 618 | @findex open-rectangle |
| 619 | @kindex C-x r c | ||
| 618 | @findex clear-rectangle | 620 | @findex clear-rectangle |
| 619 | There are two commands you can use for making blank rectangles: | 621 | There are two commands you can use for making blank rectangles: |
| 620 | @kbd{M-x clear-rectangle} which blanks out existing text, and @kbd{C-x r | 622 | @kbd{C-x r c} (@code{clear-rectangle}) which blanks out existing text, |
| 621 | o} (@code{open-rectangle}) which inserts a blank rectangle. Clearing a | 623 | and @kbd{C-x r o} (@code{open-rectangle}) which inserts a blank |
| 622 | rectangle is equivalent to deleting it and then inserting a blank | 624 | rectangle. Clearing a rectangle is equivalent to deleting it and then |
| 623 | rectangle of the same size. | 625 | inserting a blank rectangle of the same size. |
| 624 | 626 | ||
| 625 | @findex delete-whitespace-rectangle | 627 | @findex delete-whitespace-rectangle |
| 626 | The command @kbd{M-x delete-whitespace-rectangle} deletes horizontal | 628 | The command @kbd{M-x delete-whitespace-rectangle} deletes horizontal |