diff options
Diffstat (limited to 'lisp/play/mpuz.el')
-rw-r--r-- | lisp/play/mpuz.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/play/mpuz.el b/lisp/play/mpuz.el index c0323610ab1..9d7a1d7a165 100644 --- a/lisp/play/mpuz.el +++ b/lisp/play/mpuz.el @@ -39,7 +39,7 @@ (random t) ; randomize (defcustom mpuz-silent nil - "*Set this to T if you don't want dings on inputs." + "*Set this to t if you don't want dings on inputs." :type 'boolean :group 'mpuz) |