# HG changeset patch # User Jim Blandy # Date 743988090 0 # Node ID 49e68bc65e26fdb1adcf9217f5a84d2398663eed # Parent be116c77da2f4ac1d26c8db900a8b0e3ddb6486d * mpuz.el (mpuz-board): Doc fix. diff -r be116c77da2f -r 49e68bc65e26 lisp/play/mpuz.el --- a/lisp/play/mpuz.el Thu Jul 29 22:35:23 1993 +0000 +++ b/lisp/play/mpuz.el Thu Jul 29 23:21:30 1993 +0000 @@ -153,7 +153,7 @@ ;; 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."