Variable: decipher-stats-mode-hook
decipher-stats-mode-hook is a variable defined in decipher.el.gz.
Value
nil
Documentation
Hook run after entering Decipher-Stats mode.
No problems result if this variable is not bound.
add-hook automatically binds it. (This is true for all hook variables.)
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