Variable: hyrolo-source-buffer
hyrolo-source-buffer is a variable defined in hyrolo.el.
Value
nil
Documentation
The source file associated with (point) within the HyRolo display buffer.
Each time a hyrolo-mode movement command is run within the HyRolo display
buffer, this is set to the proper source buffer for (point) based on the
prior source file header, i.e. @loc> file-pathname.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260822.1645/hyrolo.el
(defvar hyrolo-source-buffer nil
"The source file associated with (point) within the HyRolo display buffer.
Each time a `hyrolo-mode' movement command is run within the HyRolo display
buffer, this is set to the proper source buffer for (point) based on the
prior source file header, i.e. @loc> file-pathname.")