From: Juanma Barranquero Date: Tue, 6 May 2003 17:45:50 +0000 (+0000) Subject: (decipher-ignore-spaces): Don't quote nil and t in docstrings. X-Git-Tag: ttn-vms-21-2-B4~10280 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e7f32a755195fc8fd40df7416ce388ecc40bc658;p=emacs.git (decipher-ignore-spaces): Don't quote nil and t in docstrings. --- 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)