diff options
Diffstat (limited to 'lisp/emulation/cua-base.el')
-rw-r--r-- | lisp/emulation/cua-base.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/cua-base.el b/lisp/emulation/cua-base.el index e44c36597c4..992d0afd914 100644 --- a/lisp/emulation/cua-base.el +++ b/lisp/emulation/cua-base.el @@ -289,7 +289,7 @@ Also, M-v is mapped to `cua-repeat-replace-region'." :group 'cua) (defcustom cua-remap-control-z t - "*If non-nil, C-v binding is used for undo." + "*If non-nil, C-z binding is used for undo." :type 'boolean :group 'cua) |