Mercurial > emacs
changeset 50862:dfb956ccddc9
(decipher-ignore-spaces): Don't quote nil and t in docstrings.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 06 May 2003 17:45:50 +0000 |
parents | 0d21b78dd68e |
children | 414ce630df1e |
files | lisp/play/decipher.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/play/decipher.el Tue May 06 17:45:00 2003 +0000 +++ b/lisp/play/decipher.el Tue May 06 17:45:50 2003 +0000 @@ -108,8 +108,8 @@ (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)