diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-22 05:42:35 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-22 05:42:35 +0000 |
commit | edbd2f74bced0e41cccddf3032d9cb4486a6d432 (patch) | |
tree | 748cd434db6b81b511017666b95dbd7678c010d3 /lisp/play | |
parent | e41b2db1da153e3ead4a01cb6e729cb99cad78ae (diff) | |
download | emacs-edbd2f74bced0e41cccddf3032d9cb4486a6d432.tar.gz |
Added or corrected Commentary sections
Diffstat (limited to 'lisp/play')
-rw-r--r-- | lisp/play/mpuz.el | 7 |
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 @@ ;; file named COPYING. Among other things, the copyright notice ;; and this notice must be preserved on all copies. +;;; Commentary: + +;; When this package is loaded, `M-x mpuz' generates a random multiplication +;; puzzle. This is a multiplication example in which each digit has been +;; consistently replaced with some letter. Your job is to reconstruct +;; the original digits. Type `?' while the mode is active for detailed help. + ;;; Code: (random t) ; randomize |