Variable: menu-bar-mode
menu-bar-mode is a customizable variable defined in frame.c.
Value
nil
Documentation
Non-nil if Menu-Bar mode is enabled.
See the command menu-bar-mode(var)/menu-bar-mode(fun) for a description of this minor mode.
Setting this variable directly does not take effect;
either customize it (see the info node (emacs)Easy Customization)
or call the function menu-bar-mode(var)/menu-bar-mode(fun).
Probably introduced at or before Emacs version 19.30.
Key Bindings
Source Code
// Defined in /usr/src/emacs/src/frame.c
DEFVAR_LISP ("menu-bar-mode", Vmenu_bar_mode,
doc: /* Non-nil if Menu-Bar mode is enabled.
See the command `menu-bar-mode' for a description of this minor mode.
Setting this variable directly does not take effect;
either customize it (see the info node `Easy Customization')
or call the function `menu-bar-mode'. */);