diff options
| -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. | |||
| 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 |
| @@ -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 | ||
| 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; |