Function: iswitchb-display-buffer
iswitchb-display-buffer is an interactive and byte-compiled function
defined in iswitchb.el.gz.
Signature
(iswitchb-display-buffer)
Documentation
Display a buffer in another window but don't select it.
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-display-buffer ()
"Display a buffer in another window but don't select it.
The buffer name is selected interactively by typing a substring.
For details of keybindings, do `\\[describe-function] iswitchb'."
(interactive)
(setq iswitchb-method 'display)
(iswitchb))