Function: hui-select-bigger-thing

hui-select-bigger-thing is a byte-compiled function defined in hui-select.el.

Signature

(hui-select-bigger-thing)

Documentation

Select a bigger object where point is.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hui-select.el
(defun hui-select-bigger-thing ()
  "Select a bigger object where point is."
  (prog1
      (call-interactively 'hui-select-thing)
    (setq this-command 'select-thing)))