Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f582564f
Commit
f582564f
authored
Jul 29, 1993
by
Jim Blandy
Browse files
* mpuz.el (mpuz-board): Doc fix.
parent
7f359a21
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/play/mpuz.el
lisp/play/mpuz.el
+1
-1
No files found.
lisp/play/mpuz.el
View file @
f582564f
...
...
@@ -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
o
t any digit the list of squares where it appears."
)
"The board associates t
o
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."
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment