Variable: decipher-force-uppercase
decipher-force-uppercase is a customizable variable defined in
decipher.el.gz.
Value
t
Documentation
Non-nil means to convert ciphertext to uppercase.
nil means the case of the ciphertext is preserved.
This variable must be set before typing M-x decipher (decipher).
Source Code
;; Defined in /usr/src/emacs/lisp/play/decipher.el.gz
(defcustom decipher-force-uppercase t
"Non-nil means to convert ciphertext to uppercase.
nil means the case of the ciphertext is preserved.
This variable must be set before typing `\\[decipher]'."
:type 'boolean)