]> git.eshelyaron.com Git - emacs.git/commitdiff
(Rectangles): Remove redundant and erroneous name of replace-rectangle
authorEli Zaretskii <eliz@gnu.org>
Sat, 5 May 2001 06:14:24 +0000 (06:14 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 5 May 2001 06:14:24 +0000 (06:14 +0000)
in parentheses.  Reported by Eric Hanchrow <offby1@blarg.net>.

man/killing.texi

index 5a20038db9a3bf5e0de72977a4d2ec0652cfa00b..2ac8b4071f63be34b194bfc5b9edb814422bda50 100644 (file)
@@ -540,10 +540,9 @@ starting from the left edge column of the rectangle.
 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