Mercurial > emacs
changeset 50861:0d21b78dd68e
(mpuz-silent): Don't quote nil and t in docstrings.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 06 May 2003 17:45:00 +0000 |
parents | 4fd35ed09e9b |
children | dfb956ccddc9 |
files | lisp/play/mpuz.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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))