Function: menu-bar-showhide-tool-bar-menu-customize-enable-right

menu-bar-showhide-tool-bar-menu-customize-enable-right is an interactive and byte-compiled function defined in menu-bar.el.gz.

Signature

(menu-bar-showhide-tool-bar-menu-customize-enable-right)

Documentation

Display tool bars on the right side.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/menu-bar.el.gz
(defun menu-bar-showhide-tool-bar-menu-customize-enable-right ()
  "Display tool bars on the right side."
  (interactive)
  (menu-bar-set-tool-bar-position 'right))