Mercurial > emacs
changeset 40788:98e8ee29a39c
(gomoku): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 06 Nov 2001 19:39:19 +0000 |
parents | 9f2a09c43f5f |
children | c85bebc9cbb4 |
files | lisp/play/gomoku.el |
diffstat | 1 files changed, 8 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/play/gomoku.el Tue Nov 06 19:05:38 2001 +0000 +++ b/lisp/play/gomoku.el Tue Nov 06 19:39:19 2001 +0000 @@ -3,6 +3,7 @@ ;; Copyright (C) 1988, 1994, 1996, 2001 Free Software Foundation, Inc. ;; Author: Philippe Schnoebelen <phs@lsv.ens-cachan.fr> +;; Maintainer: FSF ;; Adapted-By: ESR, Daniel Pfeiffer <occitan@esperanto.org> ;; Keywords: games @@ -35,8 +36,8 @@ ;; I have been told that, in "The TRUE Gomoku", some restrictions are made ;; about the squares where one may play, or else there is a known forced win ;; for the first player. This program has no such restriction, but it does not -;; know about the forced win, nor do I. Furthermore, you probably do not know -;; it yourself :-). +;; know about the forced win, nor do I. +;; See http://renju.nu/r1rulhis.htm for more information. ;; There are two main places where you may want to customize the program: key @@ -709,6 +710,7 @@ ;;;###autoload (defun gomoku (&optional n m) "Start a Gomoku game between you and Emacs. + If a game is in progress, this command allow you to resume it. If optional arguments N and M are given, an N by M board is used. If prefix arg is given for N, M is prompted for. @@ -719,6 +721,10 @@ You play by moving the cursor over the square you choose and hitting \\<gomoku-mode-map>\\[gomoku-human-plays]. + +This program actually plays a simplified or archaic version of the +Gomoku game, and ought to be upgraded to use the full modern rules. + Use \\[describe-mode] for more info." (interactive (if current-prefix-arg (list (prefix-numeric-value current-prefix-arg)