aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emulation
diff options
context:
space:
mode:
authorMiles Bader2006-02-04 01:01:38 +0000
committerMiles Bader2006-02-04 01:01:38 +0000
commit307f5c57467e8e967f795d47ec885bf19fd5317f (patch)
tree937b5ce4db7094b06d5c1cf58413ca49b860e5db /lisp/emulation
parent50d4fbde0cd35834e2fc9f0adc4c189657ba7170 (diff)
parent6203370b5e51fe55a4132fe8ccc868c35ad8c67f (diff)
downloademacs-307f5c57467e8e967f795d47ec885bf19fd5317f.tar.gz
emacs-307f5c57467e8e967f795d47ec885bf19fd5317f.zip
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-11
Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 34-42) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 14-17) - Update from CVS - Merge from emacs--devo--0
Diffstat (limited to 'lisp/emulation')
-rw-r--r--lisp/emulation/cua-base.el7
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/emulation/cua-base.el b/lisp/emulation/cua-base.el
index fd5249fed1a..11ba0ea37ae 100644
--- a/lisp/emulation/cua-base.el
+++ b/lisp/emulation/cua-base.el
@@ -1393,7 +1393,12 @@ options:
1393 1393
1394You can customize `cua-enable-cua-keys' to completely disable the 1394You can customize `cua-enable-cua-keys' to completely disable the
1395CUA bindings, or `cua-prefix-override-inhibit-delay' to change 1395CUA bindings, or `cua-prefix-override-inhibit-delay' to change
1396the prefix fallback behavior." 1396the prefix fallback behavior.
1397
1398CUA mode manages Transient Mark mode internally. Trying to disable
1399Transient Mark mode while CUA mode is enabled does not work; if you
1400only want to highlight the region when it is selected using a
1401shifted movement key, set `cua-highlight-region-shift-only'."
1397 :global t 1402 :global t
1398 :group 'cua 1403 :group 'cua
1399 :set-after '(cua-enable-modeline-indications cua-rectangle-modifier-key) 1404 :set-after '(cua-enable-modeline-indications cua-rectangle-modifier-key)