Function: menu-bar-showhide-tool-bar-menu-customize-enable-bottom
menu-bar-showhide-tool-bar-menu-customize-enable-bottom is an
interactive and byte-compiled function defined in menu-bar.el.gz.
Signature
(menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
Documentation
Display tool bars on the bottom side.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/menu-bar.el.gz
(defun menu-bar-showhide-tool-bar-menu-customize-enable-bottom ()
"Display tool bars on the bottom side."
(interactive)
(menu-bar-set-tool-bar-position 'bottom))