Function: Buffer-menu-this-window

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

Signature

(Buffer-menu-this-window)

Documentation

Select this line's buffer in this window.

View in manual

Key Bindings

Source Code

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