Variable: hui-select-char-p

hui-select-char-p is a customizable variable defined in hui-select.el.

Value

nil

Documentation

If t, return single character boundaries when all else fails.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hui-select.el
(defcustom hui-select-char-p nil
  "If t, return single character boundaries when all else fails."
  :type 'boolean
  :group 'hyperbole-commands)