Function: cape--bounds

cape--bounds is a byte-compiled function defined in cape.el.

Signature

(cape--bounds THING)

Documentation

Return bounds of THING.

Source Code

;; Defined in ~/.emacs.d/elpa/cape-20260804.2303/cape.el
(defun cape--bounds (thing)
  "Return bounds of THING."
  (or (bounds-of-thing-at-point thing) (cons (point) (point))))