From: Dave Love Date: Thu, 23 Nov 2000 13:53:41 +0000 (+0000) Subject: Fix string-rectangle doc. X-Git-Tag: emacs-pretest-21.0.92~132 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2db6b647a492979ae5eae992c88359132367ddb8;p=emacs.git Fix string-rectangle doc. --- diff --git a/man/killing.texi b/man/killing.texi index b47518fcb47..d790e78bae6 100644 --- a/man/killing.texi +++ b/man/killing.texi @@ -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.