Function: hpath:display-path-function
hpath:display-path-function is a byte-compiled function defined in
hpath.el.
Signature
(hpath:display-path-function &optional DISPLAY-WHERE)
Documentation
Return the function to display a Hyperbole path.
Optionally use symbol DISPLAY-WHERE or hpath:display-where.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hpath.el
(defun hpath:display-path-function (&optional display-where)
"Return the function to display a Hyperbole path.
Optionally use symbol DISPLAY-WHERE or `hpath:display-where'."
(hpath:display-where-function display-where hpath:display-where-alist))