changeset 33805:7d3fd66a3ac3

Fix string-rectangle doc.
author Dave Love <fx@gnu.org>
date Thu, 23 Nov 2000 13:53:41 +0000
parents a4983aa962bb
children e0cae194aad8
files man/killing.texi
diffstat 1 files changed, 8 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- 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.