comparison man/picture.texi @ 38461:23f63206a867

Proofreading fixes from Chris Green <chris_e_green@yahoo.com>.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 17 Jul 2001 10:50:35 +0000
parents ac7e9e5e2ccb
children 695cf19ef79e d7ddb3e565de
comparison
equal deleted inserted replaced
38460:6bee7ffac2cd 38461:23f63206a867
221 @table @kbd 221 @table @kbd
222 @item C-c C-k 222 @item C-c C-k
223 Clear out the region-rectangle with spaces 223 Clear out the region-rectangle with spaces
224 (@code{picture-clear-rectangle}). With argument, delete the text. 224 (@code{picture-clear-rectangle}). With argument, delete the text.
225 @item C-c C-w @var{r} 225 @item C-c C-w @var{r}
226 Similar but save rectangle contents in register @var{r} first 226 Similar, but save rectangle contents in register @var{r} first
227 (@code{picture-clear-rectangle-to-register}). 227 (@code{picture-clear-rectangle-to-register}).
228 @item C-c C-y 228 @item C-c C-y
229 Copy last killed rectangle into the buffer by overwriting, with upper 229 Copy last killed rectangle into the buffer by overwriting, with upper
230 left corner at point (@code{picture-yank-rectangle}). With argument, 230 left corner at point (@code{picture-yank-rectangle}). With argument,
231 insert instead. 231 insert instead.
253 @kindex C-c C-y @r{(Picture mode)} 253 @kindex C-c C-y @r{(Picture mode)}
254 @kindex C-c C-x @r{(Picture mode)} 254 @kindex C-c C-x @r{(Picture mode)}
255 @findex picture-yank-rectangle 255 @findex picture-yank-rectangle
256 @findex picture-yank-rectangle-from-register 256 @findex picture-yank-rectangle-from-register
257 The Picture mode commands for yanking rectangles differ from the 257 The Picture mode commands for yanking rectangles differ from the
258 standard ones in overwriting instead of inserting. This is the same way 258 standard ones in that they overwrite instead of inserting. This is
259 that Picture mode insertion of other text differs from other modes. 259 the same way that Picture mode insertion of other text differs from
260 @kbd{C-c C-y} (@code{picture-yank-rectangle}) inserts (by overwriting) 260 other modes. @kbd{C-c C-y} (@code{picture-yank-rectangle}) inserts
261 the rectangle that was most recently killed, while @kbd{C-c C-x} 261 (by overwriting) the rectangle that was most recently killed, while
262 (@code{picture-yank-rectangle-from-register}) does likewise for the 262 @kbd{C-c C-x} (@code{picture-yank-rectangle-from-register}) does
263 rectangle found in a specified register. 263 likewise for the rectangle found in a specified register.