Mercurial > emacs
changeset 92357:1cefa72f56f5
(cua-remap-control-z): Fix typo in docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sat, 01 Mar 2008 00:24:39 +0000 |
parents | 7b94f25b3b30 |
children | c0f865d2fa0f |
files | lisp/emulation/cua-base.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emulation/cua-base.el Fri Feb 29 23:44:55 2008 +0000 +++ b/lisp/emulation/cua-base.el Sat Mar 01 00:24:39 2008 +0000 @@ -289,7 +289,7 @@ :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)