Mercurial > emacs
changeset 62451:ee6bad3fbaf7
Move rectangle mark from S-return to C-return.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Tue, 17 May 2005 22:40:00 +0000 |
parents | 91452a2f828e |
children | dc7a3585340d |
files | etc/NEWS |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Tue May 17 22:39:30 2005 +0000 +++ b/etc/NEWS Tue May 17 22:40:00 2005 +0000 @@ -1482,7 +1482,7 @@ cua-mode. Customize the variable `cua-mode' to enable cua. In addition, cua provides unified rectangle support with visible -rectangle highlighting: Use S-return to start a rectangle, extend it +rectangle highlighting: Use C-return to start a rectangle, extend it using the movement commands (or mouse-3), and cut or copy it using C-x or C-c (using C-w and M-w also works).