Function: tpu-beginning-of-window

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

Signature

(tpu-beginning-of-window)

Documentation

Move cursor to top of window.

Key Bindings

Source Code

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