aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/play
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/play')
-rw-r--r--lisp/play/mpuz.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/play/mpuz.el b/lisp/play/mpuz.el
index 28811924470..4cdb252be0c 100644
--- a/lisp/play/mpuz.el
+++ b/lisp/play/mpuz.el
@@ -22,6 +22,13 @@
22;; file named COPYING. Among other things, the copyright notice 22;; file named COPYING. Among other things, the copyright notice
23;; and this notice must be preserved on all copies. 23;; and this notice must be preserved on all copies.
24 24
25;;; Commentary:
26
27;; When this package is loaded, `M-x mpuz' generates a random multiplication
28;; puzzle. This is a multiplication example in which each digit has been
29;; consistently replaced with some letter. Your job is to reconstruct
30;; the original digits. Type `?' while the mode is active for detailed help.
31
25;;; Code: 32;;; Code:
26 33
27(random t) ; randomize 34(random t) ; randomize