Variable: decipher-stats-mode-abbrev-table

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

Value

#<obarray n=1>

Documentation

Abbrev table for decipher-stats-mode.

Source Code

;; Defined in /usr/src/emacs/lisp/play/decipher.el.gz
;;====================================================================
;; Statistics Buffer:
;;====================================================================

(define-derived-mode decipher-stats-mode nil "Decipher-Stats"
  "Major mode for displaying ciphertext statistics."
  (setq buffer-read-only  t
        buffer-undo-list  t             ;Disable undo
        case-fold-search  nil           ;Case is significant when searching
        indent-tabs-mode  nil))         ;Do not use tab characters