1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 07:11:34 -08:00

Move rectangle mark from S-return to C-return.

This commit is contained in:
Kim F. Storm 2005-05-17 22:40:00 +00:00
parent 541d6c0271
commit 7bee0d640b

View file

@ -1482,7 +1482,7 @@ region (like delete-selection-mode). Do not enable these modes with
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).