Function: hpath:display-buffer-function

hpath:display-buffer-function is a byte-compiled function defined in hpath.el.

Signature

(hpath:display-buffer-function &optional DISPLAY-WHERE)

Documentation

Return the function to display a Hyperbole buffer.

Optionally use symbol DISPLAY-WHERE or hpath:display-where.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hpath.el
(defun hpath:display-buffer-function (&optional display-where)
  "Return the function to display a Hyperbole buffer.
Optionally use symbol DISPLAY-WHERE or `hpath:display-where'."
  (hpath:display-where-function display-where hpath:display-buffer-alist))