Function: 5x5-first
5x5-first is an interactive and byte-compiled function defined in
5x5.el.gz.
Signature
(5x5-first)
Documentation
Move to the first cell.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/play/5x5.el.gz
(defun 5x5-first ()
"Move to the first cell."
(interactive nil 5x5-mode)
(setq 5x5-x-pos 0
5x5-y-pos 0)
(5x5-position-cursor))