summaryrefslogtreecommitdiff
path: root/lisp/play
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2003-05-06 17:45:00 +0000
committerJuanma Barranquero <lekktu@gmail.com>2003-05-06 17:45:00 +0000
commit8101c2f2e27b1e0279b879819e9e63f75821e311 (patch)
tree3230033d3e0f0b7838f042e20ff925a8e2e44807 /lisp/play
parent8df871023312a0a91199d10b141073a65990a86a (diff)
downloademacs-8101c2f2e27b1e0279b879819e9e63f75821e311.tar.gz
(mpuz-silent): Don't quote nil and t in docstrings.
Diffstat (limited to 'lisp/play')
-rw-r--r--lisp/play/mpuz.el4
1 files 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))