Function: tpu-line-to-top-of-window

tpu-line-to-top-of-window is an interactive and byte-compiled function defined in tpu-edt.el.gz.

Signature

(tpu-line-to-top-of-window)

Documentation

Move the current line to the top of the window.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/tpu-edt.el.gz
(defun tpu-line-to-top-of-window nil
  "Move the current line to the top of the window."
  (interactive)
  (recenter 0))