/[emacs]/emacs/lisp/play/mpuz.el
ViewVC logotype

Diff of /emacs/lisp/play/mpuz.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.23 by rms, Sat May 4 14:17:07 2002 UTC revision 1.23.2.1 by miles, Tue Oct 14 23:42:16 2003 UTC
# Line 40  Line 40 
40  (random t)                              ; randomize  (random t)                              ; randomize
41    
42  (defcustom mpuz-silent 'error  (defcustom mpuz-silent 'error
43    "*Set this to `nil' if you want dings on inputs.    "*Set this to nil if you want dings on inputs.
44  `t' means never ding, and `error' means only ding on wrong input."  t means never ding, and `error' means only ding on wrong input."
45    :type '(choice (const :tag "No" nil)    :type '(choice (const :tag "No" nil)
46                   (const :tag "Yes" t)                   (const :tag "Yes" t)
47                   (const :tag "If correct" error))                   (const :tag "If correct" error))
# Line 515  You may abort a game by typing \\<mpuz-m Line 515  You may abort a game by typing \\<mpuz-m
515    
516  (provide 'mpuz)  (provide 'mpuz)
517    
518    ;;; arch-tag: 2781d6ba-89e7-43b5-85c7-5d3a2e73feb1
519  ;;; mpuz.el ends here  ;;; mpuz.el ends here

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.23.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26