Function: hyrolo-to-buffer

hyrolo-to-buffer is a byte-compiled function defined in hyrolo.el.

Signature

(hyrolo-to-buffer BUFFER &optional OTHER-WINDOW-FLAG FRAME)

Documentation

Pop to BUFFER.

With optional OTHER-WINDOW-FLAG non-nil, pop to a window other than the selected one.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hyrolo.el
(defun hyrolo-to-buffer (buffer &optional other-window-flag _frame)
  "Pop to BUFFER.
With optional OTHER-WINDOW-FLAG non-nil, pop to a window other
than the selected one."
  (pop-to-buffer buffer other-window-flag))