Function: Buffer-menu-view-other-window

Buffer-menu-view-other-window is an interactive and byte-compiled function defined in buff-menu.el.gz.

Signature

(Buffer-menu-view-other-window)

Documentation

View this line's buffer in View mode in another window.

Probably introduced at or before Emacs version 29.1.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/buff-menu.el.gz
(defun Buffer-menu-view-other-window ()
  "View this line's buffer in View mode in another window."
  (interactive nil Buffer-menu-mode)
  (view-buffer-other-window (Buffer-menu-buffer t)))