diff options
| author | Dave Love | 2000-11-23 13:53:41 +0000 |
|---|---|---|
| committer | Dave Love | 2000-11-23 13:53:41 +0000 |
| commit | 2db6b647a492979ae5eae992c88359132367ddb8 (patch) | |
| tree | c93215ad1d97736ac2529f5f4eaf7eeb505a21cc | |
| parent | 03679a46d01914f5656695253aae5886fbc6487c (diff) | |
| download | emacs-2db6b647a492979ae5eae992c88359132367ddb8.tar.gz emacs-2db6b647a492979ae5eae992c88359132367ddb8.zip | |
Fix string-rectangle doc.
| -rw-r--r-- | man/killing.texi | 15 |
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 | 560 | The command @kbd{C-x r t} (@code{M-x string-rectangle}) inserts a |
| 561 | rectangle with a specified string (inserted once on each line). The | 561 | string on each line of the region-rectangle before the rectangle, |
| 562 | string's width need not be the same as the width of the rectangle. If | 562 | shifting text right. |
| 563 | the string's width is less, the text after the rectangle shifts left; if | 563 | |
| 564 | the string is wider than the rectangle, the text after the rectangle | ||
| 565 | shifts right. | ||
| 566 | @findex replace-rectangle | 564 | @findex replace-rectangle |
| 567 | The command @kbd{M-x replace-rectangle} is similar, but replaces the | 565 | The command @kbd{M-x replace-rectangle} is similar, but replaces the |
| 568 | original version. | 566 | original rectangle. The string's width need not be the same as the |
| 567 | width of the rectangle. If the string's width is less, the text after | ||
| 568 | the rectangle shifts left; if the string is wider than the rectangle, | ||
| 569 | the text after the rectangle shifts right. | ||