Function: gomoku-beginning-of-line

gomoku-beginning-of-line is an interactive and byte-compiled function defined in gomoku.el.gz.

Signature

(gomoku-beginning-of-line)

Documentation

Move point to first square on the Gomoku board row.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/play/gomoku.el.gz
(defun gomoku-beginning-of-line ()
  "Move point to first square on the Gomoku board row."
  (interactive nil gomoku-mode)
  (move-to-column gomoku-x-offset))