diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2003-05-06 17:45:50 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2003-05-06 17:45:50 +0000 |
commit | e7f32a755195fc8fd40df7416ce388ecc40bc658 (patch) | |
tree | 95a3553da2f63e9c1cf4a3de17cc2ca1436895aa | |
parent | 8101c2f2e27b1e0279b879819e9e63f75821e311 (diff) | |
download | emacs-e7f32a755195fc8fd40df7416ce388ecc40bc658.tar.gz |
(decipher-ignore-spaces): Don't quote nil and t in docstrings.
-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]'." (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. +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 :group 'decipher) |