Function: hyrolo-update-file-list
hyrolo-update-file-list is an interactive and byte-compiled function
defined in hyrolo.el.
Signature
(hyrolo-update-file-list &optional PATH-LIST)
Documentation
Update cached HyRolo file list.
Optionally, also set hyrolo-file-list to PATH-LIST when non-nil.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hyrolo.el
(defun hyrolo-update-file-list (&optional path-list)
"Update cached HyRolo file list.
Optionally, also set `hyrolo-file-list' to PATH-LIST when non-nil."
(interactive)
(hyrolo-set-file-list 'hyrolo-file-list (or path-list hyrolo-file-list)))