Variable: decipher-stats-buffer

decipher-stats-buffer is a buffer-local variable defined in decipher.el.gz.

Documentation

The buffer which displays statistics for this ciphertext.

Do not access this variable directly, use the function decipher-stats-buffer(var)/decipher-stats-buffer(fun) instead.

Source Code

;; Defined in /usr/src/emacs/lisp/play/decipher.el.gz
;; This is an alist containing entries (PLAIN-CHAR . CIPHER-CHAR),
;; where PLAIN-CHAR runs from ?a to ?z and CIPHER-CHAR is an uppercase
;; letter or space (which means no mapping is known for that letter).
;; This *must* contain entries for all lowercase characters.

(defvar-local decipher-stats-buffer nil
  "The buffer which displays statistics for this ciphertext.
Do not access this variable directly, use the function
`decipher-stats-buffer' instead.")