# HG changeset patch # User Juanma Barranquero # Date 1052243100 0 # Node ID 0d21b78dd68e8ba1c4c274d14ab9fdc1ea82d7d5 # Parent 4fd35ed09e9b88e40b348ac452d6f88e2d6349db (mpuz-silent): Don't quote nil and t in docstrings. diff -r 4fd35ed09e9b -r 0d21b78dd68e lisp/play/mpuz.el --- a/lisp/play/mpuz.el Tue May 06 17:44:11 2003 +0000 +++ b/lisp/play/mpuz.el Tue May 06 17:45:00 2003 +0000 @@ -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))