Variable: cua-enable-rectangle-auto-help

cua-enable-rectangle-auto-help is a customizable variable defined in cua-base.el.gz.

Value

t

Documentation

If non-nil, automatically show help for region, rectangle and global mark.

Source Code

;; Defined in /usr/src/emacs/lisp/emulation/cua-base.el.gz
(defcustom cua-enable-rectangle-auto-help t
  "If non-nil, automatically show help for region, rectangle and global mark."
  :type 'boolean)