(cua-remap-control-z): Fix typo in docstring.

This commit is contained in:
Juanma Barranquero 2008-03-01 00:26:22 +00:00
parent 087a8fdc6f
commit 5831b5a648
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2008-03-01 Juanma Barranquero <lekktu@gmail.com>
* emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
2008-02-29 Kim F. Storm <storm@cua.dk>
* emulation/cua-base.el (cua-remap-control-v)

View file

@ -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)