aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/play/decipher.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/play/decipher.el b/lisp/play/decipher.el
index 4edbdbcb1a9..23634be1a53 100644
--- a/lisp/play/decipher.el
+++ b/lisp/play/decipher.el
@@ -108,8 +108,8 @@ This variable must be set before typing `\\[decipher]'."
108 108
109(defcustom decipher-ignore-spaces nil 109(defcustom decipher-ignore-spaces nil
110 "*Non-nil means to ignore spaces and punctuation when counting digrams. 110 "*Non-nil means to ignore spaces and punctuation when counting digrams.
111You should set this to `nil' if the cipher message is divided into words, 111You should set this to nil if the cipher message is divided into words,
112or `t' if it is not. 112or t if it is not.
113This variable is buffer-local." 113This variable is buffer-local."
114 :type 'boolean 114 :type 'boolean
115 :group 'decipher) 115 :group 'decipher)