summaryrefslogtreecommitdiff
path: root/lisp/emulation/cua-base.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2008-03-01 00:26:22 +0000
committerJuanma Barranquero <lekktu@gmail.com>2008-03-01 00:26:22 +0000
commit5831b5a64833baa4a1baa7b3c5d17e72b74d8e4c (patch)
tree79976567447fb60ab665d8fa792bbbadea20f9ea /lisp/emulation/cua-base.el
parent087a8fdc6f4eeff1569776acff4ef14fc77df56a (diff)
downloademacs-5831b5a64833baa4a1baa7b3c5d17e72b74d8e4c.tar.gz
emacs-5831b5a64833baa4a1baa7b3c5d17e72b74d8e4c.tar.bz2
emacs-5831b5a64833baa4a1baa7b3c5d17e72b74d8e4c.zip
(cua-remap-control-z): Fix typo in docstring.
Diffstat (limited to 'lisp/emulation/cua-base.el')
-rw-r--r--lisp/emulation/cua-base.el2
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)