From f582564f7b77df08ab0741a3e85500ccf369f5cf Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Thu, 29 Jul 1993 23:21:30 +0000 Subject: [PATCH] * mpuz.el (mpuz-board): Doc fix. --- lisp/play/mpuz.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/play/mpuz.el b/lisp/play/mpuz.el index 2738a7c7665..b0d7aeaab0c 100644 --- a/lisp/play/mpuz.el +++ b/lisp/play/mpuz.el @@ -153,7 +153,7 @@ You may abort a game by typing \\\\[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." -- 2.39.5