Function: edt-top
edt-top is an interactive and byte-compiled function defined in
edt.el.gz.
Signature
(edt-top)
Documentation
Move cursor to the beginning of buffer.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/emulation/edt.el.gz
;;;
;;; TOP
;;;
(defun edt-top ()
"Move cursor to the beginning of buffer."
(interactive)
(goto-char (point-min)))