aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-05-05 06:14:24 +0000
committerEli Zaretskii2001-05-05 06:14:24 +0000
commite9db3bf2d97e81a1427b54e796d4fa207618d5d0 (patch)
treeae7be9881ca957d7939c0134e6825a6d8dd578ec
parentf932771a9687ebebaff89dc5f0cb891eaa09dd9c (diff)
downloademacs-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.texi5
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.
540Replace rectangle contents with @var{string} on each line. 540Replace 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}
543Replaces each line of the region-rectangle with @var{string} 543Replace 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}
546Insert @var{STRING} on each line of the rectangle. 545Insert @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