Mercurial > emacs
changeset 37572:956f7346b171
(Rectangles): Remove redundant and erroneous name of replace-rectangle
in parentheses. Reported by Eric Hanchrow <offby1@blarg.net>.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 05 May 2001 06:14:24 +0000 |
parents | 9628e53b601d |
children | 210efced5807 |
files | man/killing.texi |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/man/killing.texi Sat May 05 06:10:55 2001 +0000 +++ b/man/killing.texi Sat May 05 06:14:24 2001 +0000 @@ -540,10 +540,9 @@ Replace rectangle contents with @var{string} on each line. (@code{string-rectangle}). @item M-x replace-rectangle @key{RET} @var{string} @key{RET} -Replaces each line of the region-rectangle with @var{string} -(@code{string-rectangle}). +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. +Insert @var{string} on each line of the rectangle. @end table The rectangle operations fall into two classes: commands deleting and