Function: iswitchb-buffer-other-window
iswitchb-buffer-other-window is an interactive and byte-compiled
function defined in iswitchb.el.gz.
Signature
(iswitchb-buffer-other-window)
Documentation
Switch to another buffer and show it in another window.
The buffer name is selected interactively by typing a substring.
For details of keybindings, do C-h f (describe-function) iswitchb.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/iswitchb.el.gz
(defun iswitchb-buffer-other-window ()
"Switch to another buffer and show it in another window.
The buffer name is selected interactively by typing a substring.
For details of keybindings, do `\\[describe-function] iswitchb'."
(interactive)
(setq iswitchb-method 'otherwindow)
(iswitchb))