# HG changeset patch # User Dave Love # Date 974987621 0 # Node ID 7d3fd66a3ac32a56f184bb89f2a10161e7ee74ba # Parent a4983aa962bbadfd0b3ac86871e93f5177e43e3b Fix string-rectangle doc. diff -r a4983aa962bb -r 7d3fd66a3ac3 man/killing.texi --- a/man/killing.texi Thu Nov 23 13:53:12 2000 +0000 +++ b/man/killing.texi Thu Nov 23 13:53:41 2000 +0000 @@ -557,12 +557,13 @@ @kindex C-x r t @findex string-rectangle - The command @kbd{C-x r t} (@code{M-x string-rectangle}) replaces the -rectangle with a specified string (inserted once on each line). The -string's width need not be the same as the width of the rectangle. If -the string's width is less, the text after the rectangle shifts left; if -the string is wider than the rectangle, the text after the rectangle -shifts right. +The command @kbd{C-x r t} (@code{M-x string-rectangle}) inserts a +string on each line of the region-rectangle before the rectangle, +shifting text right. + @findex replace-rectangle The command @kbd{M-x replace-rectangle} is similar, but replaces the -original version. +original rectangle. The string's width need not be the same as the +width of the rectangle. If the string's width is less, the text after +the rectangle shifts left; if the string is wider than the rectangle, +the text after the rectangle shifts right.