emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/play/mpuz.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/play/mpuz.el
Date: Tue, 06 May 2003 13:45:01 -0400

Index: emacs/lisp/play/mpuz.el
diff -c emacs/lisp/play/mpuz.el:1.23 emacs/lisp/play/mpuz.el:1.24
*** emacs/lisp/play/mpuz.el:1.23        Sat May  4 10:17:07 2002
--- emacs/lisp/play/mpuz.el     Tue May  6 13:45:00 2003
***************
*** 40,47 ****
  (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."
    :type '(choice (const :tag "No" nil)
                 (const :tag "Yes" t)
                 (const :tag "If correct" error))
--- 40,47 ----
  (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."
    :type '(choice (const :tag "No" nil)
                 (const :tag "Yes" t)
                 (const :tag "If correct" error))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]