Function: menu-bar-window-divider-customize
menu-bar-window-divider-customize is an interactive and byte-compiled
function defined in menu-bar.el.gz.
Signature
(menu-bar-window-divider-customize)
Documentation
Show customization buffer for window-divider group.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/menu-bar.el.gz
;;; Assemble all the top-level items of the "Options" menu
;; The "Show/Hide" submenu of menu "Options"
(defun menu-bar-window-divider-customize ()
"Show customization buffer for `window-divider' group."
(interactive)
(customize-group 'window-divider))