diff options
| author | Miles Bader | 2006-02-04 01:01:38 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-02-04 01:01:38 +0000 |
| commit | 307f5c57467e8e967f795d47ec885bf19fd5317f (patch) | |
| tree | 937b5ce4db7094b06d5c1cf58413ca49b860e5db /lisp/emulation | |
| parent | 50d4fbde0cd35834e2fc9f0adc4c189657ba7170 (diff) | |
| parent | 6203370b5e51fe55a4132fe8ccc868c35ad8c67f (diff) | |
| download | emacs-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.el | 7 |
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 | ||
| 1394 | You can customize `cua-enable-cua-keys' to completely disable the | 1394 | You can customize `cua-enable-cua-keys' to completely disable the |
| 1395 | CUA bindings, or `cua-prefix-override-inhibit-delay' to change | 1395 | CUA bindings, or `cua-prefix-override-inhibit-delay' to change |
| 1396 | the prefix fallback behavior." | 1396 | the prefix fallback behavior. |
| 1397 | |||
| 1398 | CUA mode manages Transient Mark mode internally. Trying to disable | ||
| 1399 | Transient Mark mode while CUA mode is enabled does not work; if you | ||
| 1400 | only want to highlight the region when it is selected using a | ||
| 1401 | shifted 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) |