Variable: decipher-ignore-spaces
decipher-ignore-spaces is a customizable and buffer-local variable
defined in decipher.el.gz.
Documentation
Non-nil means to ignore spaces and punctuation when counting digrams.
You should set this to nil if the cipher message is divided into words, or t if it is not. This variable is buffer-local.
Source Code
;; Defined in /usr/src/emacs/lisp/play/decipher.el.gz
(defcustom decipher-ignore-spaces nil
"Non-nil means to ignore spaces and punctuation when counting digrams.
You should set this to nil if the cipher message is divided into words,
or t if it is not.
This variable is buffer-local."
:type 'boolean
:local t)