global-buffers-menu-map

global-buffers-menu-map is a variable defined in `menu-bar.el'.
Its value is shown below.
  • This variable may be risky if used as a file-local variable.

Documentation:
Not documented as a variable.

Value:

(keymap "Buffers" [("*scratch* " lambda nil (interactive) (funcall menu-bar-select-buffer-function #)) ("*Messages* *%" lambda nil (interactive) (funcall menu-bar-select-buffer-function #)) ("loaddefs.el %" lambda nil (interactive) (funcall menu-bar-select-buffer-function #>)) ("tramp-loaddefs.el %" lambda nil (interactive) (funcall menu-bar-select-buffer-function #))] (command-separator "--") (next-buffer menu-item "Next Buffer" next-buffer :help "Switch to the \"next\" buffer in a cyclic order") (previous-buffer menu-item "Previous Buffer" previous-buffer :help "Switch to the \"previous\" buffer in a cyclic order") (select-named-buffer menu-item "Select Named Buffer..." switch-to-buffer :help "Prompt for a buffer name, and select that buffer in the current window") (list-all-buffers menu-item "List All Buffers" list-buffers :help "Pop up a window listing all Emacs buffers"))