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

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

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

revision 1.2 by stephen, Sun Apr 5 15:41:30 1998 UTC revision 1.3 by pj, Sat Dec 15 10:32:44 2001 UTC
# Line 28  Line 28 
28    
29  ;; This program was written to protest the miss-named "Communications  ;; This program was written to protest the miss-named "Communications
30  ;; Decency Act of 1996. This Act bans "indecent speech", whatever that is,  ;; Decency Act of 1996. This Act bans "indecent speech", whatever that is,
31  ;; from the internet. For more on the CDA, see Richard Stallman's essay on  ;; from the Internet. For more on the CDA, see Richard Stallman's essay on
32  ;; censorship, included in the etc directory of emacs distributions 19.34  ;; censorship, included in the etc directory of emacs distributions 19.34
33  ;; and up. See also http://www.eff.org/blueribbon.html.  ;; and up. See also http://www.eff.org/blueribbon.html.
34    
# Line 56  Line 56 
56  ;; data file from which to select words at random. Sorry about that. I  ;; data file from which to select words at random. Sorry about that. I
57  ;; believe the average user will be able to come up with a few words on  ;; believe the average user will be able to come up with a few words on
58  ;; his or her own. If that is a problem, feel free to ask any American  ;; his or her own. If that is a problem, feel free to ask any American
59  ;; teenager, preferrably one who attends a government school. Failing  ;; teenager, preferably one who attends a government school. Failing
60  ;; that, you might write to Mr. Clinton or Ms Reno or their successors and  ;; that, you might write to Mr. Clinton or Ms Reno or their successors and
61  ;; ask them for suggestions. Think of it as a public spirited act: the  ;; ask them for suggestions. Think of it as a public spirited act: the
62  ;; time they spend answering you is time not spent persecuting someone  ;; time they spend answering you is time not spent persecuting someone
# Line 70  Line 70 
70  ;; ascii 0s.  ;; ascii 0s.
71    
72  ;; Once you have edited up a data file, you have to tell emacs how to find  ;; Once you have edited up a data file, you have to tell emacs how to find
73  ;; the program bruce. Add the follwing two lines to your .emacs file. Be  ;; the program bruce. Add the following two lines to your .emacs file. Be
74  ;; sure to uncomment the second line.  ;; sure to uncomment the second line.
75    
76  ;; for bruce mode  ;; for bruce mode
# Line 112  Line 112 
112    :group 'games)    :group 'games)
113    
114  (defcustom bruce-phrases-file "~/bruce.lines"  (defcustom bruce-phrases-file "~/bruce.lines"
115    "Keep your favorite phrases here."    "Keep your favourite phrases here."
116    :type 'file    :type 'file
117    :group 'bruce)    :group 'bruce)
118    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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