Update FSF's address.
[bpt/emacs.git] / lisp / play / doctor.el
index 7d9fc46..b1edcef 100644 (file)
@@ -1,6 +1,6 @@
 ;;; doctor.el --- psychological help for frustrated users.
 
-;; Copyright (C) 1985, 1987 Free Software Foundation, Inc.
+;; Copyright (C) 1985, 1987, 1994 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
 ;; Keywords: games
@@ -18,8 +18,9 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs; see the file COPYING.  If not, write to
-;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+;; along with GNU Emacs; see the file COPYING.  If not, write to the
+;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+;; Boston, MA 02111-1307, USA.
 
 ;;; Commentary:
 
@@ -223,7 +224,7 @@ reads the sentence before point, and prints the Doctor's answer."
   (make-local-variable 'feelings-about)
   (setq feelings-about
        '((feelings about)
-         (aprehensions toward)
+         (apprehensions toward)
          (thoughts on)
          (emotions toward)))
   (make-local-variable 'random-adjective)
@@ -1217,7 +1218,7 @@ the subject noun, and return the portion of the sentence following it."
   (memq x '(all also always amusing any anyway associated awesome
                bad beautiful best better but certain clear
                ever every fantastic fun funny
-               good great gross growdy however if ignorant
+               good great grody gross however if ignorant
                less linked losing lusing many more much
                never nice obnoxious often poor pretty real related rich
                similar some stupid super superb
@@ -1620,7 +1621,7 @@ Hack on previous word, setting global variable OWNER to correct result."
 
 (defun doctor-strangelove ()
   (interactive)
-  (insert "Mein fuhrer!!\n")
+  (insert "Mein fuehrer!!\n")
   (doctor-read-print))
 
 ;;; doctor.el ends here