Variable: hui-select-region

hui-select-region is a variable defined in hui-select.el.

Value

(nil)

Documentation

Cons cell that contains a region (<beginning> . <end>).

The function hui-select-set-region updates and returns it.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hui-select.el
(defvar hui-select-region (cons nil nil)
  "Cons cell that contains a region (<beginning> . <end>).
The function `hui-select-set-region' updates and returns it.")