aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-11-23 13:53:41 +0000
committerDave Love2000-11-23 13:53:41 +0000
commit2db6b647a492979ae5eae992c88359132367ddb8 (patch)
treec93215ad1d97736ac2529f5f4eaf7eeb505a21cc
parent03679a46d01914f5656695253aae5886fbc6487c (diff)
downloademacs-2db6b647a492979ae5eae992c88359132367ddb8.tar.gz
emacs-2db6b647a492979ae5eae992c88359132367ddb8.zip
Fix string-rectangle doc.
-rw-r--r--man/killing.texi15
1 files changed, 8 insertions, 7 deletions
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.
557 557
558@kindex C-x r t 558@kindex C-x r t
559@findex string-rectangle 559@findex string-rectangle
560 The command @kbd{C-x r t} (@code{M-x string-rectangle}) replaces the 560The command @kbd{C-x r t} (@code{M-x string-rectangle}) inserts a
561rectangle with a specified string (inserted once on each line). The 561string on each line of the region-rectangle before the rectangle,
562string's width need not be the same as the width of the rectangle. If 562shifting text right.
563the string's width is less, the text after the rectangle shifts left; if 563
564the string is wider than the rectangle, the text after the rectangle
565shifts right.
566@findex replace-rectangle 564@findex replace-rectangle
567The command @kbd{M-x replace-rectangle} is similar, but replaces the 565The command @kbd{M-x replace-rectangle} is similar, but replaces the
568original version. 566original rectangle. The string's width need not be the same as the
567width of the rectangle. If the string's width is less, the text after
568the rectangle shifts left; if the string is wider than the rectangle,
569the text after the rectangle shifts right.