]> code.delx.au - gnu-emacs/blobdiff - lisp/play/gomoku.el
Expunge "allow" + infinitive without direct object from source and doc.
[gnu-emacs] / lisp / play / gomoku.el
index c1372fa36d65d92c934542f5b51b34b709cd2b68..02ac240ad6e97beabf741a34c928ec3dca95cbfc 100644 (file)
@@ -551,7 +551,7 @@ that DVAL has been added on SQUARE."
 ;;;
 
 ;; Several variables are used to monitor a game, including a GAME-HISTORY (the
-;; list of all (SQUARE . PREVSCORE) played) that allows to take moves back
+;; list of all (SQUARE . PREVSCORE) played) that allows you to take moves back
 ;; (anti-updating the score table) and to compute the table from scratch in
 ;; case of an interruption.