summaryrefslogtreecommitdiff
path: root/lisp/emulation/cua-base.el
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2006-05-20 22:38:02 +0000
committerKim F. Storm <storm@cua.dk>2006-05-20 22:38:02 +0000
commit4858ca4a8ea9460169172083cfd905eab9f532de (patch)
tree2868b7d295fd702ca2cc9410d7c5bcecbffefda1 /lisp/emulation/cua-base.el
parent2c9187f87fe2529343ed55d0a00090e7b7893720 (diff)
downloademacs-4858ca4a8ea9460169172083cfd905eab9f532de.tar.gz
Mention customizing cua-mode as alternative
way to enable built-in cua-mode if user loads older CUA-mode package.
Diffstat (limited to 'lisp/emulation/cua-base.el')
-rw-r--r--lisp/emulation/cua-base.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emulation/cua-base.el b/lisp/emulation/cua-base.el
index 2d169e889cd..7a11d6318a9 100644
--- a/lisp/emulation/cua-base.el
+++ b/lisp/emulation/cua-base.el
@@ -1498,8 +1498,8 @@ shifted movement key, set `cua-highlight-region-shift-only'."
;;;###autoload (eval-after-load 'CUA-mode
;;;###autoload '(error (concat "\n\n"
-;;;###autoload "CUA-mode is now part of the standard GNU Emacs distribution,\n"
-;;;###autoload "so you may now enable and customize CUA via the Options menu.\n\n"
+;;;###autoload "CUA-mode is now part of the standard GNU Emacs distribution, so you may\n"
+;;;###autoload "now enable CUA via the Options menu or by customizing option `cua-mode'.\n\n"
;;;###autoload "You have loaded an older version of CUA-mode which does\n"
;;;###autoload "not work correctly with this version of GNU Emacs.\n\n"
;;;###autoload (if user-init-file (concat