]> git.eshelyaron.com Git - emacs.git/commitdiff
* mpuz.el (mpuz-board): Doc fix.
authorJim Blandy <jimb@redhat.com>
Thu, 29 Jul 1993 23:21:30 +0000 (23:21 +0000)
committerJim Blandy <jimb@redhat.com>
Thu, 29 Jul 1993 23:21:30 +0000 (23:21 +0000)
lisp/play/mpuz.el

index 2738a7c76655862c1bac80046edb9581d9bf4908..b0d7aeaab0c8142cc1cdb8692cfb63196e3e7d4f 100644 (file)
@@ -153,7 +153,7 @@ You may abort a game by typing \\<mpuz-mode-map>\\[mpuz-offer-abort]."
 ;; Every digit appears in the board, crypted or not.
 ;;------------------------------------------------------
 (defvar mpuz-board (make-vector 10 nil)
-  "The board associates ot any digit the list of squares where it appears.")
+  "The board associates to any digit the list of squares where it appears.")
 
 (defun mpuz-put-digit-on-board (number square)
   "Put (last digit of) NUMBER on SQUARE of the puzzle board."