diff options
| -rw-r--r-- | lisp/play/decipher.el | 4 |
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. |
| 111 | You should set this to `nil' if the cipher message is divided into words, | 111 | You should set this to nil if the cipher message is divided into words, |
| 112 | or `t' if it is not. | 112 | or t if it is not. |
| 113 | This variable is buffer-local." | 113 | This variable is buffer-local." |
| 114 | :type 'boolean | 114 | :type 'boolean |
| 115 | :group 'decipher) | 115 | :group 'decipher) |