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