comparison lisp/emulation/cua-base.el @ 96376:c3309dba6542

American English spelling fix.
author Glenn Morris <rgm@gnu.org>
date Fri, 27 Jun 2008 07:34:53 +0000
parents c8e2322a0865
children c5d38073ec91
comparison
equal deleted inserted replaced
96375:4abf11e31c26 96376:c3309dba6542
61 ;; the prefix keys even when the region is active, you have three options: 61 ;; the prefix keys even when the region is active, you have three options:
62 ;; - press the prefix key twice very quickly (within 0.2 seconds), 62 ;; - press the prefix key twice very quickly (within 0.2 seconds),
63 ;; - press the prefix key and the following key within 0.2 seconds, or 63 ;; - press the prefix key and the following key within 0.2 seconds, or
64 ;; - use the SHIFT key with the prefix key, i.e. C-X or C-C 64 ;; - use the SHIFT key with the prefix key, i.e. C-X or C-C
65 ;; 65 ;;
66 ;; This behaviour can be customized via the 66 ;; This behavior can be customized via the
67 ;; cua-prefix-override-inhibit-delay variable. 67 ;; cua-prefix-override-inhibit-delay variable.
68 68
69 ;; In addition to using the shifted movement keys, you can also use 69 ;; In addition to using the shifted movement keys, you can also use
70 ;; [C-space] to start the region and use unshifted movement keys to extend 70 ;; [C-space] to start the region and use unshifted movement keys to extend
71 ;; it. To cancel the region, use [C-space] or [C-g]. 71 ;; it. To cancel the region, use [C-space] or [C-g].