summaryrefslogtreecommitdiff
path: root/lisp/play
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-01-04 23:17:23 +0000
committerKarl Heuer <kwzh@gnu.org>1996-01-04 23:17:23 +0000
commit16bbf6ad1bbd29ff6e6b91440410ed56988f0277 (patch)
tree350463606ce618c08f90845b1b2e371a02d933fb /lisp/play
parent0697f0e085d87fab3724d11a9b1408347dd6207d (diff)
downloademacs-16bbf6ad1bbd29ff6e6b91440410ed56988f0277.tar.gz
(make-doctor-variables, doctor-othermodifierp,
doctor-strangelove): Fix message spelling.
Diffstat (limited to 'lisp/play')
-rw-r--r--lisp/play/doctor.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/play/doctor.el b/lisp/play/doctor.el
index b0e21cd87e2..8bcb4c5dd95 100644
--- a/lisp/play/doctor.el
+++ b/lisp/play/doctor.el
@@ -223,7 +223,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 +1217,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 +1620,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