From e7f32a755195fc8fd40df7416ce388ecc40bc658 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 6 May 2003 17:45:50 +0000 Subject: [PATCH] (decipher-ignore-spaces): Don't quote nil and t in docstrings. --- lisp/play/decipher.el | 4 ++-- 1 file 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) -- 2.39.2