diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-05-06 11:29:21 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-05-06 11:29:21 +0000 |
commit | d57211a3993a69a0efba9a6971bad9a56169fa1d (patch) | |
tree | 9910d2830168bfd6168c5058c2363a71b1f9d845 /man | |
parent | 8561e53a1cfd859f26508676ddf9533875dea3c0 (diff) | |
download | emacs-d57211a3993a69a0efba9a6971bad9a56169fa1d.tar.gz |
(Rectangles): Remove the description of replace-rectangle.
Diffstat (limited to 'man')
-rw-r--r-- | man/killing.texi | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/man/killing.texi b/man/killing.texi index 2ac8b4071f6..4d059c021dd 100644 --- a/man/killing.texi +++ b/man/killing.texi @@ -539,8 +539,6 @@ starting from the left edge column of the rectangle. @item C-x r t @var{string} @key{RET} Replace rectangle contents with @var{string} on each line. (@code{string-rectangle}). -@item M-x replace-rectangle @key{RET} @var{string} @key{RET} -Replace each line of the region-rectangle with @var{string}. @item M-x string-insert-rectangle @key{RET} @var{string} @key{RET} Insert @var{string} on each line of the rectangle. @end table @@ -603,8 +601,7 @@ any difference to this command. @kindex C-x r t @findex string-rectangle -@findex replace-rectangle - The command @kbd{C-x r t} (@code{M-x string-rectangle}) replaces the + The command @kbd{C-x r t} (@code{string-rectangle}) replaces the contents of a region-rectangle with a string on each line. The string's width need not be the same as the width of the rectangle. If the string's width is less, the text after the rectangle shifts left; |