comparison man/xemacs/killing.texi @ 70:131b0175ea99 r20-0b30

Import from CVS: tag r20-0b30
author cvs
date Mon, 13 Aug 2007 09:02:59 +0200
parents ec9a17fef872
children 360340f9fd5f
comparison
equal deleted inserted replaced
69:804d1389bcd6 70:131b0175ea99
555 555
556 @code{set-mark-command} (@kbd{C-SPC}) pushes a mark and activates the 556 @code{set-mark-command} (@kbd{C-SPC}) pushes a mark and activates the
557 region. Moving the cursor with normal motion commands (@kbd{C-n}, 557 region. Moving the cursor with normal motion commands (@kbd{C-n},
558 @kbd{C-p}, etc.) will cause the region between point and the 558 @kbd{C-p}, etc.) will cause the region between point and the
559 recently-pushed mark to be highlighted. It will remain highlighted 559 recently-pushed mark to be highlighted. It will remain highlighted
560 until some non-motion command is executed. 560 until some non-motion comand is executed.
561 561
562 @code{exchange-point-and-mark} (@kbd{C-x C-x}) activates the region. 562 @code{exchange-point-and-mark} (@kbd{C-x C-x}) activates the region.
563 So if you mark a region and execute a command that operates on it, you 563 So if you mark a region and execute a command that operates on it, you
564 can reactivate the same region with @kbd{C-x C-x} (or perhaps @kbd{C-x 564 can reactivate the same region with @kbd{C-x C-x} (or perhaps @kbd{C-x
565 C-x C-x C-x}) to operate on it again. 565 C-x C-x C-x}) to operate on it again.