aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/play
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2010-01-02 02:05:44 +0100
committerJuanma Barranquero <[email protected]>2010-01-02 02:05:44 +0100
commit0472835ff2f73013a9633306bf60faa49cd777ba (patch)
treeff0ede67f53f653b2cced21bf79cc30080c144d7 /lisp/play
parentdb4a7382f0ee49338f9c52adb93cd16c4b93dcd3 (diff)
lisp/*: Fix typos in docstrings and messages.
Diffstat (limited to 'lisp/play')
-rw-r--r--lisp/play/gomoku.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/play/gomoku.el b/lisp/play/gomoku.el
index 19e1a925d5..520f6c151d 100644
--- a/lisp/play/gomoku.el
+++ b/lisp/play/gomoku.el
@@ -730,12 +730,12 @@ that DVAL has been added on SQUARE."
(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 a game is in progress, this command allows 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.
You and Emacs play in turn by marking a free square. You mark it with X
-and Emacs marks it with O. The winner is the first to get five contiguous
+and Emacs marks it with O. The winner is the first to get five contiguous
marks horizontally, vertically or in diagonal.
You play by moving the cursor over the square you choose and hitting