comparison man/killing.texi @ 37585:d44c87635f6e

(Rectangles): Remove the description of replace-rectangle.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 06 May 2001 11:29:21 +0000
parents 956f7346b171
children 1ebd03c6b468
comparison
equal deleted inserted replaced
37584:9a7fd51a92b3 37585:d44c87635f6e
537 Delete whitespace in each of the lines on the specified rectangle, 537 Delete whitespace in each of the lines on the specified rectangle,
538 starting from the left edge column of the rectangle. 538 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}
540 Replace rectangle contents with @var{string} on each line. 540 Replace 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}
543 Replace 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}
545 Insert @var{string} on each line of the rectangle. 543 Insert @var{string} on each line of the rectangle.
546 @end table 544 @end table
547 545
548 The rectangle operations fall into two classes: commands deleting and 546 The rectangle operations fall into two classes: commands deleting and
601 edge of the rectangle. The right edge of the rectangle does not make 599 edge of the rectangle. The right edge of the rectangle does not make
602 any difference to this command. 600 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
608 contents of a region-rectangle with a string on each line. The 605 contents of a region-rectangle with a string on each line. The
609 string's width need not be the same as the width of the rectangle. If 606 string's width need not be the same as the width of the rectangle. If
610 the string's width is less, the text after the rectangle shifts left; 607 the string's width is less, the text after the rectangle shifts left;
611 if the string is wider than the rectangle, the text after the 608 if the string is wider than the rectangle, the text after the
612 rectangle shifts right. 609 rectangle shifts right.