Variable: cua-delete-selection

cua-delete-selection is a customizable variable defined in cua-base.el.gz.

Value

t

Documentation

If non-nil, typed text replaces text in the active selection.

Source Code

;; Defined in /usr/src/emacs/lisp/emulation/cua-base.el.gz
(defcustom cua-delete-selection t
  "If non-nil, typed text replaces text in the active selection."
  :type '(choice (const :tag "Disabled" nil)
		 (other :tag "Enabled" t)))