summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2003-01-20 08:52:12 +0000
committerRichard M. Stallman <rms@gnu.org>2003-01-20 08:52:12 +0000
commit3b4d49d736b97cbada16ba01ac231e644d0e54bb (patch)
tree7c5ec0d886d43a4ef5548f2e58999bd0a0f81375
parent73916123125e28d1aea4427a8caa04ca0a65741b (diff)
downloademacs-3b4d49d736b97cbada16ba01ac231e644d0e54bb.tar.gz
(Rectangles): Document C-x c r.
-rw-r--r--man/killing.texi14
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
Insert blank space to fill the space of the region-rectangle
(@code{open-rectangle}). This pushes the previous contents of the
region-rectangle rightward.
-@item M-x clear-rectangle
-Clear the region-rectangle by replacing its contents with spaces.
+@item C-x r c
+Clear the region-rectangle by replacing its contents with spaces
+(@code{clear-rectangle}).
@item M-x delete-whitespace-rectangle
Delete whitespace in each of the lines on the specified rectangle,
starting from the left edge column of the rectangle.
@@ -615,12 +616,13 @@ Registers}.
@kindex C-x r o
@findex open-rectangle
+@kindex C-x r c
@findex clear-rectangle
There are two commands you can use for making blank rectangles:
-@kbd{M-x clear-rectangle} which blanks out existing text, and @kbd{C-x r
-o} (@code{open-rectangle}) which inserts a blank rectangle. Clearing a
-rectangle is equivalent to deleting it and then inserting a blank
-rectangle of the same size.
+@kbd{C-x r c} (@code{clear-rectangle}) which blanks out existing text,
+and @kbd{C-x r o} (@code{open-rectangle}) which inserts a blank
+rectangle. Clearing a rectangle is equivalent to deleting it and then
+inserting a blank rectangle of the same size.
@findex delete-whitespace-rectangle
The command @kbd{M-x delete-whitespace-rectangle} deletes horizontal