Variable: mpuz-mode-abbrev-table

mpuz-mode-abbrev-table is a variable defined in mpuz.el.gz.

Value

[## 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]

Documentation

Abbrev table for mpuz-mode.

Source Code

;; Defined in /usr/src/emacs/lisp/play/mpuz.el.gz
(define-derived-mode mpuz-mode fundamental-mode "Mult Puzzle"
  :interactive nil
  "Multiplication puzzle mode.

You have to guess which letters stand for which digits in the
multiplication displayed inside the `*Mult Puzzle*' buffer.

You may enter a guess for a letter's value by typing first the letter,
then the digit.  Thus, to guess that A=3, type `A 3'.

To leave the game to do other editing work, just switch buffers.
Then you may resume the game with \\[mpuz].
You may abort a game by typing \\<mpuz-mode-map>\\[mpuz-offer-abort]."
  (setq tab-width 30))