]> git.eshelyaron.com Git - emacs.git/commitdiff
(decipher-ignore-spaces): Don't quote nil and t in docstrings.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 6 May 2003 17:45:50 +0000 (17:45 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 6 May 2003 17:45:50 +0000 (17:45 +0000)
lisp/play/decipher.el

index 4edbdbcb1a9ce134efe4dbe2e4e4ab638f00e336..23634be1a530541ad1c8ee21ae88330ee61f8884 100644 (file)
@@ -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)