Function: 5x5-quit-game

5x5-quit-game is an interactive and byte-compiled function defined in 5x5.el.gz.

Signature

(5x5-quit-game)

Documentation

Quit the current game of 5x5.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/play/5x5.el.gz
(defun 5x5-quit-game ()
  "Quit the current game of `5x5'."
  (interactive nil 5x5-mode)
  (kill-buffer 5x5-buffer-name))