Function: tpu-move-to-beginning

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

Signature

(tpu-move-to-beginning)

Documentation

Move cursor to the beginning of buffer, but don't set the mark.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/tpu-edt.el.gz
(defun tpu-move-to-beginning nil
  "Move cursor to the beginning of buffer, but don't set the mark."
  (interactive)
  (goto-char (point-min)))