Function: follow-scroll-bar-scroll-up
follow-scroll-bar-scroll-up is an interactive and byte-compiled
function defined in follow.el.gz.
Signature
(follow-scroll-bar-scroll-up EVENT)
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/follow.el.gz
(defun follow-scroll-bar-scroll-up (event)
(interactive "e")
(scroll-bar-scroll-up event)
(follow-redraw-after-event event))