(cua-remap-control-z): Fix typo in docstring.
This commit is contained in:
parent
087a8fdc6f
commit
5831b5a648
2 changed files with 5 additions and 1 deletions
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue