Variable: mwheel-scroll-right-function

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

Value

scroll-right

Documentation

Function that does the job of scrolling right.

Source Code

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