]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix string-rectangle doc.
authorDave Love <fx@gnu.org>
Thu, 23 Nov 2000 13:53:41 +0000 (13:53 +0000)
committerDave Love <fx@gnu.org>
Thu, 23 Nov 2000 13:53:41 +0000 (13:53 +0000)
man/killing.texi

index b47518fcb4710393844cc553308bd92a0de0cdf8..d790e78bae65fd68ebbe2b3ff15705453e20fa8c 100644 (file)
@@ -557,12 +557,13 @@ any difference to this command.
 
 @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.