Variable: mwheel-scroll-left-function

mwheel-scroll-left-function is a variable defined in mwheel.el.gz.

Value

scroll-left

Documentation

Function that does the job of scrolling left.

Source Code

;; Defined in /usr/src/emacs/lisp/mwheel.el.gz
(defvar mwheel-scroll-left-function 'scroll-left
  "Function that does the job of scrolling left.")