# HG changeset patch # User Juanma Barranquero # Date 1052243150 0 # Node ID dfb956ccddc90ee23d866f61e089db4e0f4db8b7 # Parent 0d21b78dd68e8ba1c4c274d14ab9fdc1ea82d7d5 (decipher-ignore-spaces): Don't quote nil and t in docstrings. diff -r 0d21b78dd68e -r dfb956ccddc9 lisp/play/decipher.el --- 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)