From 8101c2f2e27b1e0279b879819e9e63f75821e311 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 6 May 2003 17:45:00 +0000 Subject: [PATCH] (mpuz-silent): Don't quote nil and t in docstrings. --- lisp/play/mpuz.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/play/mpuz.el b/lisp/play/mpuz.el index f7ded1a360e..954b3cb338c 100644 --- a/lisp/play/mpuz.el +++ b/lisp/play/mpuz.el @@ -40,8 +40,8 @@ (random t) ; randomize (defcustom mpuz-silent 'error - "*Set this to `nil' if you want dings on inputs. -`t' means never ding, and `error' means only ding on wrong input." + "*Set this to nil if you want dings on inputs. +t means never ding, and `error' means only ding on wrong input." :type '(choice (const :tag "No" nil) (const :tag "Yes" t) (const :tag "If correct" error)) -- 2.39.2