Function: decipher-digram-list
decipher-digram-list is an interactive and byte-compiled function
defined in decipher.el.gz.
Signature
(decipher-digram-list)
Documentation
Display the list of digrams in the statistics buffer.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/play/decipher.el.gz
(defun decipher-digram-list ()
"Display the list of digrams in the statistics buffer."
(interactive nil decipher-mode)
(decipher-analyze)
(decipher-display-regexp "[A-Z][A-Z] +[0-9]" "^$"))