Function: Buffer-menu-switch-other-window
Buffer-menu-switch-other-window is an interactive and byte-compiled
function defined in buff-menu.el.gz.
Signature
(Buffer-menu-switch-other-window)
Documentation
Make the other window select this line's buffer.
The current window remains selected.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/buff-menu.el.gz
(defun Buffer-menu-switch-other-window ()
"Make the other window select this line's buffer.
The current window remains selected."
(interactive nil Buffer-menu-mode)
(display-buffer (Buffer-menu-buffer t) t))