Function: tpu-end-of-window

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

Signature

(tpu-end-of-window)

Documentation

Move cursor to bottom of window.

Key Bindings

Source Code

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