Variable: mwheel-scroll-down-function

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

Value

scroll-down

Documentation

Function that does the job of scrolling downward.

Source Code

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