Variable: menu-bar-final-items

menu-bar-final-items is a variable defined in keyboard.c.

Value

(bookmark completion inout signals help-menu)

Documentation

List of menu bar items to move to the end of the menu bar.

The elements of the list are event types that may have menu bar bindings. The order of this list controls the order of the items.

View in manual

Probably introduced at or before Emacs version 19.17.

Source Code

// Defined in /usr/src/emacs/src/keyboard.c
  DEFVAR_LISP ("menu-bar-final-items", Vmenu_bar_final_items,
	       doc: /* List of menu bar items to move to the end of the menu bar.
The elements of the list are event types that may have menu bar
bindings.  The order of this list controls the order of the items.  */);