Function: menu-bar-showhide-fringe-ind-box
menu-bar-showhide-fringe-ind-box is an interactive and byte-compiled
function defined in menu-bar.el.gz.
Signature
(menu-bar-showhide-fringe-ind-box)
Documentation
Display top and bottom indicators in opposite fringes.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/menu-bar.el.gz
(defun menu-bar-showhide-fringe-ind-box ()
"Display top and bottom indicators in opposite fringes."
(interactive)
(customize-set-variable 'indicate-buffer-boundaries
'((top . left) (bottom . right))))