comparison lisp/emulation/cua-base.el @ 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 0e428efff426
children f62cf4851fe9
comparison
equal deleted inserted replaced
92356:7b94f25b3b30 92357:1cefa72f56f5
287 Also, M-v is mapped to `cua-repeat-replace-region'." 287 Also, M-v is mapped to `cua-repeat-replace-region'."
288 :type 'boolean 288 :type 'boolean
289 :group 'cua) 289 :group 'cua)
290 290
291 (defcustom cua-remap-control-z t 291 (defcustom cua-remap-control-z t
292 "*If non-nil, C-v binding is used for undo." 292 "*If non-nil, C-z binding is used for undo."
293 :type 'boolean 293 :type 'boolean
294 :group 'cua) 294 :group 'cua)
295 295
296 (defcustom cua-highlight-region-shift-only nil 296 (defcustom cua-highlight-region-shift-only nil
297 "*If non-nil, only highlight region if marked with S-<move>. 297 "*If non-nil, only highlight region if marked with S-<move>.