Variable: hyrolo--cache-loc-match-bounds

hyrolo--cache-loc-match-bounds is a variable defined in hyrolo.el.

Value

(1)

Documentation

Ordered list of the bounds of each matched buffer in Hyrolo display buffer.

First entry represents the start of the first matched buffer and the remaining entries are the end points of each matched buffer within the HyRolo match display buffer.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hyrolo.el
;;; ************************************************************************
;;; Caching of buffer major-modes for use in HyRolo display match buffer
;;; ************************************************************************

(defvar hyrolo--cache-loc-match-bounds '(1)
  "Ordered list of the bounds of each matched buffer in Hyrolo display buffer.
First entry represents the start of the first matched buffer and the
remaining entries are the end points of each matched buffer within the
HyRolo match display buffer.")