Variable: cua-enable-region-auto-help

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

Value

nil

Documentation

If non-nil, automatically show help for active region.

Source Code

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