Function: buffer-menu-open
buffer-menu-open is an interactive and byte-compiled function defined
in menu-bar.el.gz.
Signature
(buffer-menu-open)
Documentation
Start key navigation of the buffer menu.
This is the keyboard interface to C-<down-mouse-1> (mouse-buffer-menu).
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/menu-bar.el.gz
(defun buffer-menu-open ()
"Start key navigation of the buffer menu.
This is the keyboard interface to \\[mouse-buffer-menu]."
(interactive)
(popup-menu (mouse-buffer-menu-keymap)
(posn-at-x-y 0 0 nil t)))