aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-05-06 11:29:21 +0000
committerEli Zaretskii2001-05-06 11:29:21 +0000
commitd57211a3993a69a0efba9a6971bad9a56169fa1d (patch)
tree9910d2830168bfd6168c5058c2363a71b1f9d845
parent8561e53a1cfd859f26508676ddf9533875dea3c0 (diff)
downloademacs-d57211a3993a69a0efba9a6971bad9a56169fa1d.tar.gz
emacs-d57211a3993a69a0efba9a6971bad9a56169fa1d.zip
(Rectangles): Remove the description of replace-rectangle.
-rw-r--r--man/killing.texi5
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.
539@item C-x r t @var{string} @key{RET} 539@item C-x r t @var{string} @key{RET}
540Replace rectangle contents with @var{string} on each line. 540Replace rectangle contents with @var{string} on each line.
541(@code{string-rectangle}). 541(@code{string-rectangle}).
542@item M-x replace-rectangle @key{RET} @var{string} @key{RET}
543Replace each line of the region-rectangle with @var{string}.
544@item M-x string-insert-rectangle @key{RET} @var{string} @key{RET} 542@item M-x string-insert-rectangle @key{RET} @var{string} @key{RET}
545Insert @var{string} on each line of the rectangle. 543Insert @var{string} on each line of the rectangle.
546@end table 544@end table
@@ -603,8 +601,7 @@ any difference to this command.
603 601
604@kindex C-x r t 602@kindex C-x r t
605@findex string-rectangle 603@findex string-rectangle
606@findex replace-rectangle 604 The command @kbd{C-x r t} (@code{string-rectangle}) replaces the
607 The command @kbd{C-x r t} (@code{M-x string-rectangle}) replaces the
608contents of a region-rectangle with a string on each line. The 605contents of a region-rectangle with a string on each line. The
609string's width need not be the same as the width of the rectangle. If 606string's width need not be the same as the width of the rectangle. If
610the string's width is less, the text after the rectangle shifts left; 607the string's width is less, the text after the rectangle shifts left;