Function: menu-bar-showhide-fringe-ind-mixed

menu-bar-showhide-fringe-ind-mixed is an interactive and byte-compiled function defined in menu-bar.el.gz.

Signature

(menu-bar-showhide-fringe-ind-mixed)

Documentation

Display top and bottom indicators in opposite fringes, arrows in right.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/menu-bar.el.gz
(defun menu-bar-showhide-fringe-ind-mixed ()
  "Display top and bottom indicators in opposite fringes, arrows in right."
  (interactive)
  (customize-set-variable 'indicate-buffer-boundaries
			  '((t . right) (top . left))))