changeset 4345:49e68bc65e26

* mpuz.el (mpuz-board): Doc fix.
author Jim Blandy <jimb@redhat.com>
date Thu, 29 Jul 1993 23:21:30 +0000
parents be116c77da2f
children 3011390123ed
files lisp/play/mpuz.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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."