diff lisp/play/gomoku.el @ 106697:ac408704629c

lisp/*: Fix typos in docstrings and messages.
author Juanma Barranquero <lekktu@gmail.com>
date Sat, 02 Jan 2010 02:05:44 +0100
parents fbfaf7bb384e
children 1d1d5d9bd884
line wrap: on
line diff
--- a/lisp/play/gomoku.el	Sat Jan 02 02:03:48 2010 +0100
+++ b/lisp/play/gomoku.el	Sat Jan 02 02:05:44 2010 +0100
@@ -730,12 +730,12 @@
 (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