Function: speedbar-recenter-to-top
speedbar-recenter-to-top is a byte-compiled function defined in
speedbar.el.gz.
Signature
(speedbar-recenter-to-top)
Documentation
Recenter the current buffer so point is on the top of the window.
Source Code
;; Defined in /usr/src/emacs/lisp/speedbar.el.gz
(defun speedbar-recenter-to-top ()
"Recenter the current buffer so point is on the top of the window."
(recenter 1))