Function: edt-line-to-bottom-of-window
edt-line-to-bottom-of-window is an interactive and byte-compiled
function defined in edt.el.gz.
Signature
(edt-line-to-bottom-of-window)
Documentation
Move the current line to the bottom of the window.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/emulation/edt.el.gz
;;;
;;; LINE TO BOTTOM OF WINDOW
;;;
(defun edt-line-to-bottom-of-window ()
"Move the current line to the bottom of the window."
(interactive)
(recenter -1))