From 5831b5a64833baa4a1baa7b3c5d17e72b74d8e4c Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sat, 1 Mar 2008 00:26:22 +0000 Subject: [PATCH] (cua-remap-control-z): Fix typo in docstring. --- lisp/ChangeLog | 4 ++++ lisp/emulation/cua-base.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8eea2ef5bde..6dc48287ab3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2008-03-01 Juanma Barranquero + + * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring. + 2008-02-29 Kim F. Storm * emulation/cua-base.el (cua-remap-control-v) 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) -- 2.39.5