diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-07-17 10:50:35 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-07-17 10:50:35 +0000 |
commit | 58fa012dac718ff7097828ba99aabea688c96ea8 (patch) | |
tree | 4c19295641407f32e8a24265dbb781b7a4168030 /man/picture.texi | |
parent | 12de6e2620330e1d42286a9673b9253369812432 (diff) | |
download | emacs-58fa012dac718ff7097828ba99aabea688c96ea8.tar.gz |
Proofreading fixes from Chris Green <chris_e_green@yahoo.com>.
Diffstat (limited to 'man/picture.texi')
-rw-r--r-- | man/picture.texi | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/man/picture.texi b/man/picture.texi index f16d5007d9a..e792878ae46 100644 --- a/man/picture.texi +++ b/man/picture.texi @@ -223,7 +223,7 @@ commands may also be useful (@pxref{Rectangles}). Clear out the region-rectangle with spaces (@code{picture-clear-rectangle}). With argument, delete the text. @item C-c C-w @var{r} -Similar but save rectangle contents in register @var{r} first +Similar, but save rectangle contents in register @var{r} first (@code{picture-clear-rectangle-to-register}). @item C-c C-y Copy last killed rectangle into the buffer by overwriting, with upper @@ -255,9 +255,9 @@ rectangle for @kbd{C-c C-y}. @findex picture-yank-rectangle @findex picture-yank-rectangle-from-register The Picture mode commands for yanking rectangles differ from the -standard ones in overwriting instead of inserting. This is the same way -that Picture mode insertion of other text differs from other modes. -@kbd{C-c C-y} (@code{picture-yank-rectangle}) inserts (by overwriting) -the rectangle that was most recently killed, while @kbd{C-c C-x} -(@code{picture-yank-rectangle-from-register}) does likewise for the -rectangle found in a specified register. +standard ones in that they overwrite instead of inserting. This is +the same way that Picture mode insertion of other text differs from +other modes. @kbd{C-c C-y} (@code{picture-yank-rectangle}) inserts +(by overwriting) the rectangle that was most recently killed, while +@kbd{C-c C-x} (@code{picture-yank-rectangle-from-register}) does +likewise for the rectangle found in a specified register. |