aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/play/mpuz.el2
1 files changed, 1 insertions, 1 deletions
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-mode-map>\\[mpuz-offer-abort]."
153;; Every digit appears in the board, crypted or not. 153;; Every digit appears in the board, crypted or not.
154;;------------------------------------------------------ 154;;------------------------------------------------------
155(defvar mpuz-board (make-vector 10 nil) 155(defvar mpuz-board (make-vector 10 nil)
156 "The board associates ot any digit the list of squares where it appears.") 156 "The board associates to any digit the list of squares where it appears.")
157 157
158(defun mpuz-put-digit-on-board (number square) 158(defun mpuz-put-digit-on-board (number square)
159 "Put (last digit of) NUMBER on SQUARE of the puzzle board." 159 "Put (last digit of) NUMBER on SQUARE of the puzzle board."