diff options
| author | Eli Zaretskii | 2001-05-05 06:14:24 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-05-05 06:14:24 +0000 |
| commit | e9db3bf2d97e81a1427b54e796d4fa207618d5d0 (patch) | |
| tree | ae7be9881ca957d7939c0134e6825a6d8dd578ec | |
| parent | f932771a9687ebebaff89dc5f0cb891eaa09dd9c (diff) | |
| download | emacs-e9db3bf2d97e81a1427b54e796d4fa207618d5d0.tar.gz emacs-e9db3bf2d97e81a1427b54e796d4fa207618d5d0.zip | |
(Rectangles): Remove redundant and erroneous name of replace-rectangle
in parentheses. Reported by Eric Hanchrow <offby1@blarg.net>.
| -rw-r--r-- | man/killing.texi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/man/killing.texi b/man/killing.texi index 5a20038db9a..2ac8b4071f6 100644 --- a/man/killing.texi +++ b/man/killing.texi | |||
| @@ -540,10 +540,9 @@ starting from the left edge column of the rectangle. | |||
| 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} | 542 | @item M-x replace-rectangle @key{RET} @var{string} @key{RET} |
| 543 | Replaces each line of the region-rectangle with @var{string} | 543 | Replace each line of the region-rectangle with @var{string}. |
| 544 | (@code{string-rectangle}). | ||
| 545 | @item M-x string-insert-rectangle @key{RET} @var{string} @key{RET} | 544 | @item M-x string-insert-rectangle @key{RET} @var{string} @key{RET} |
| 546 | Insert @var{STRING} on each line of the rectangle. | 545 | Insert @var{string} on each line of the rectangle. |
| 547 | @end table | 546 | @end table |
| 548 | 547 | ||
| 549 | The rectangle operations fall into two classes: commands deleting and | 548 | The rectangle operations fall into two classes: commands deleting and |