Variable: gomoku-buffer-name

gomoku-buffer-name is a variable defined in gomoku.el.gz.

Value

"*Gomoku*"

Documentation

Name of the Gomoku buffer.

Source Code

;; Defined in /usr/src/emacs/lisp/play/gomoku.el.gz
;;;
;;; CONSTANTS FOR BOARD
;;;

(defconst gomoku-buffer-name "*Gomoku*"
  "Name of the Gomoku buffer.")