diff options
| author | Jim Blandy | 1993-06-09 11:59:12 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-06-09 11:59:12 +0000 |
| commit | eb8c3be94e12644f506b8857e49ffef88046bb0b (patch) | |
| tree | 505c4ea5ae59214e4d6e749047d160c98191c9d2 /lisp/play | |
| parent | 16a4a21d0117ef5ed346f340f244fe199d3c8a26 (diff) | |
| download | emacs-eb8c3be94e12644f506b8857e49ffef88046bb0b.tar.gz emacs-eb8c3be94e12644f506b8857e49ffef88046bb0b.zip | |
Apply typo patches from Paul Eggert.
Diffstat (limited to 'lisp/play')
| -rw-r--r-- | lisp/play/blackbox.el | 2 | ||||
| -rw-r--r-- | lisp/play/dissociate.el | 2 | ||||
| -rw-r--r-- | lisp/play/doctor.el | 14 | ||||
| -rw-r--r-- | lisp/play/hanoi.el | 2 | ||||
| -rw-r--r-- | lisp/play/life.el | 4 | ||||
| -rw-r--r-- | lisp/play/mpuz.el | 4 | ||||
| -rw-r--r-- | lisp/play/yow.el | 2 |
7 files changed, 15 insertions, 15 deletions
diff --git a/lisp/play/blackbox.el b/lisp/play/blackbox.el index 2034b7d7972..ba6600cc581 100644 --- a/lisp/play/blackbox.el +++ b/lisp/play/blackbox.el | |||
| @@ -84,7 +84,7 @@ | |||
| 84 | (define-key blackbox-mode-map "\C-m" 'bb-done) | 84 | (define-key blackbox-mode-map "\C-m" 'bb-done) |
| 85 | (define-key blackbox-mode-map [kp-enter] 'bb-done) | 85 | (define-key blackbox-mode-map [kp-enter] 'bb-done) |
| 86 | 86 | ||
| 87 | ;; This is a kluge. What we really want is a general | 87 | ;; This is a kludge. What we really want is a general |
| 88 | ;; feature for reminding terminal keys to the functions | 88 | ;; feature for reminding terminal keys to the functions |
| 89 | ;; corresponding to them in local maps. | 89 | ;; corresponding to them in local maps. |
| 90 | (mapcar (function | 90 | (mapcar (function |
diff --git a/lisp/play/dissociate.el b/lisp/play/dissociate.el index ebf6b637a8d..494d83b3b58 100644 --- a/lisp/play/dissociate.el +++ b/lisp/play/dissociate.el | |||
| @@ -23,7 +23,7 @@ | |||
| 23 | 23 | ||
| 24 | ;;; Commentary: | 24 | ;;; Commentary: |
| 25 | 25 | ||
| 26 | ;; The single entry point, `dissociatesd-press', applies a travesty | 26 | ;; The single entry point, `dissociated-press', applies a travesty |
| 27 | ;; generator to the current buffer. The results can be quite amusing. | 27 | ;; generator to the current buffer. The results can be quite amusing. |
| 28 | 28 | ||
| 29 | ;;; Code: | 29 | ;;; Code: |
diff --git a/lisp/play/doctor.el b/lisp/play/doctor.el index 702f053b25e..4bb60d51e76 100644 --- a/lisp/play/doctor.el +++ b/lisp/play/doctor.el | |||
| @@ -349,7 +349,7 @@ reads the sentence before point, and prints the Doctor's answer." | |||
| 349 | (setq deathlst | 349 | (setq deathlst |
| 350 | '((this is not a healthy way of thinking \.) | 350 | '((this is not a healthy way of thinking \.) |
| 351 | (($ bother) you\, too\, may die someday \?) | 351 | (($ bother) you\, too\, may die someday \?) |
| 352 | (i am worried by your obssession with this topic!) | 352 | (i am worried by your obsession with this topic!) |
| 353 | (did you watch a lot of crime and violence on television as a child \?)) | 353 | (did you watch a lot of crime and violence on television as a child \?)) |
| 354 | ) | 354 | ) |
| 355 | (make-local-variable 'sexlst) | 355 | (make-local-variable 'sexlst) |
| @@ -797,7 +797,7 @@ reads the sentence before point, and prints the Doctor's answer." | |||
| 797 | (doctor-put-meaning elisa 'eliza) | 797 | (doctor-put-meaning elisa 'eliza) |
| 798 | (doctor-put-meaning weizenbaum 'eliza) | 798 | (doctor-put-meaning weizenbaum 'eliza) |
| 799 | (doctor-put-meaning doktor 'eliza) | 799 | (doctor-put-meaning doktor 'eliza) |
| 800 | (doctor-put-meaning atheletics 'sports) | 800 | (doctor-put-meaning athletics 'sports) |
| 801 | (doctor-put-meaning baseball 'sports) | 801 | (doctor-put-meaning baseball 'sports) |
| 802 | (doctor-put-meaning basketball 'sports) | 802 | (doctor-put-meaning basketball 'sports) |
| 803 | (doctor-put-meaning football 'sports) | 803 | (doctor-put-meaning football 'sports) |
| @@ -951,7 +951,7 @@ Otherwise call the Doctor to parse preceding sentence." | |||
| 951 | sent)))) | 951 | sent)))) |
| 952 | 952 | ||
| 953 | (defun doctor-shorten (sent) | 953 | (defun doctor-shorten (sent) |
| 954 | "Make a sentence managably short using a few hacks." | 954 | "Make a sentence manageably short using a few hacks." |
| 955 | (let (foo | 955 | (let (foo |
| 956 | retval | 956 | retval |
| 957 | (temp '(because but however besides anyway until | 957 | (temp '(because but however besides anyway until |
| @@ -1062,7 +1062,7 @@ the subject noun, and return the portion of the sentence following it." | |||
| 1062 | applied applies apply are associate | 1062 | applied applies apply are associate |
| 1063 | associated ate | 1063 | associated ate |
| 1064 | be became become becomes becoming | 1064 | be became become becomes becoming |
| 1065 | been being believe belived believes | 1065 | been being believe believed believes |
| 1066 | bit bite bites bore bored bores boring bought buy buys buying | 1066 | bit bite bites bore bored bores boring bought buy buys buying |
| 1067 | call called calling calls came can caught catch come | 1067 | call called calling calls came can caught catch come |
| 1068 | contract contracted contracts control controlled controls | 1068 | contract contracted contracts control controlled controls |
| @@ -1072,7 +1072,7 @@ the subject noun, and return the portion of the sentence following it." | |||
| 1072 | dislikes do does drank drink drinks drinking | 1072 | dislikes do does drank drink drinks drinking |
| 1073 | drive drives driving drove dying | 1073 | drive drives driving drove dying |
| 1074 | eat eating eats expand expanded expands | 1074 | eat eating eats expand expanded expands |
| 1075 | expect expected expects expel expels expeled expelled | 1075 | expect expected expects expel expels expelled |
| 1076 | explain explained explains | 1076 | explain explained explains |
| 1077 | fart farts feel feels felt fight fights find finds finding | 1077 | fart farts feel feels felt fight fights find finds finding |
| 1078 | forget forgets forgot fought found fuck fucked | 1078 | forget forgets forgot fought found fuck fucked |
| @@ -1111,7 +1111,7 @@ the subject noun, and return the portion of the sentence following it." | |||
| 1111 | take takes taking talk talked talking talks tell tells telling | 1111 | take takes taking talk talked talking talks tell tells telling |
| 1112 | think thinks | 1112 | think thinks |
| 1113 | thought told took tooled touch touched touches touching | 1113 | thought told took tooled touch touched touches touching |
| 1114 | transfer transfered transfers transmit transmits transmitted | 1114 | transfer transferred transfers transmit transmits transmitted |
| 1115 | type types types typing | 1115 | type types types typing |
| 1116 | walk walked walking walks want wanted wants was watch | 1116 | walk walked walking walks want wanted wants was watch |
| 1117 | watched watching went were will wish would work worked works | 1117 | watched watching went were will wish would work worked works |
| @@ -1196,7 +1196,7 @@ the subject noun, and return the portion of the sentence following it." | |||
| 1196 | hundred thousand million billion | 1196 | hundred thousand million billion |
| 1197 | half quarter | 1197 | half quarter |
| 1198 | first second third fourth fifth | 1198 | first second third fourth fifth |
| 1199 | sixth seventh eighth nineth tenth))) | 1199 | sixth seventh eighth ninth tenth))) |
| 1200 | 1200 | ||
| 1201 | (defun doctor-colorp (x) | 1201 | (defun doctor-colorp (x) |
| 1202 | (memq x '(beige black blue brown crimson | 1202 | (memq x '(beige black blue brown crimson |
diff --git a/lisp/play/hanoi.el b/lisp/play/hanoi.el index 99e2acdd92a..3ec67092901 100644 --- a/lisp/play/hanoi.el +++ b/lisp/play/hanoi.el | |||
| @@ -76,7 +76,7 @@ | |||
| 76 | ;; If we have NRINGS rings, we label them with the numbers 0 | 76 | ;; If we have NRINGS rings, we label them with the numbers 0 |
| 77 | ;; through NRINGS-1. The width of ring i is 2i+3; it pokes | 77 | ;; through NRINGS-1. The width of ring i is 2i+3; it pokes |
| 78 | ;; out i spaces on either side of the pole. Rather than | 78 | ;; out i spaces on either side of the pole. Rather than |
| 79 | ;; checking if the window is wide enough to accomodate this, | 79 | ;; checking if the window is wide enough to accommodate this, |
| 80 | ;; we make sure pole-spacing is large enough, since that | 80 | ;; we make sure pole-spacing is large enough, since that |
| 81 | ;; works even when we have decremented pole-spacing to make | 81 | ;; works even when we have decremented pole-spacing to make |
| 82 | ;; it even. | 82 | ;; it even. |
diff --git a/lisp/play/life.el b/lisp/play/life.el index 84dca781fa0..50e76e69cac 100644 --- a/lisp/play/life.el +++ b/lisp/play/life.el | |||
| @@ -25,7 +25,7 @@ | |||
| 25 | 25 | ||
| 26 | ;; A demonstrator for John Horton Conway's "Life" cellular automaton | 26 | ;; A demonstrator for John Horton Conway's "Life" cellular automaton |
| 27 | ;; in Emacs Lisp. Picks a random one of a set of interesting Life | 27 | ;; in Emacs Lisp. Picks a random one of a set of interesting Life |
| 28 | ;; patterns and avolves it according to the familiar rules. | 28 | ;; patterns and evolves it according to the familiar rules. |
| 29 | 29 | ||
| 30 | ;;; Code: | 30 | ;;; Code: |
| 31 | 31 | ||
| @@ -75,7 +75,7 @@ | |||
| 75 | (defmacro life-not-void-regexp () (concat "[^" (life-void-string) "\n]")) | 75 | (defmacro life-not-void-regexp () (concat "[^" (life-void-string) "\n]")) |
| 76 | 76 | ||
| 77 | ;; try to optimize the (goto-char (point-min)) & (goto-char (point-max)) | 77 | ;; try to optimize the (goto-char (point-min)) & (goto-char (point-max)) |
| 78 | ;; idioms. This depends on goto-char's not griping if we underrshoot | 78 | ;; idioms. This depends on goto-char's not griping if we undershoot |
| 79 | ;; or overshoot beginning or end of buffer. | 79 | ;; or overshoot beginning or end of buffer. |
| 80 | (defmacro goto-beginning-of-buffer () '(goto-char 1)) | 80 | (defmacro goto-beginning-of-buffer () '(goto-char 1)) |
| 81 | (defmacro maxint () (lsh (lsh (lognot 0) 1) -1)) | 81 | (defmacro maxint () (lsh (lsh (lognot 0) 1) -1)) |
diff --git a/lisp/play/mpuz.el b/lisp/play/mpuz.el index a3962c696ef..2738a7c7665 100644 --- a/lisp/play/mpuz.el +++ b/lisp/play/mpuz.el | |||
| @@ -149,7 +149,7 @@ You may abort a game by typing \\<mpuz-mode-map>\\[mpuz-offer-abort]." | |||
| 149 | (aset mpuz-letter-to-digit elem index)))) | 149 | (aset mpuz-letter-to-digit elem index)))) |
| 150 | 150 | ||
| 151 | 151 | ||
| 152 | ;; A puzzle also uses a board displaying a mulplication. | 152 | ;; A puzzle also uses a board displaying a multiplication. |
| 153 | ;; Every digit appears in the board, crypted or not. | 153 | ;; Every digit appears in the board, crypted or not. |
| 154 | ;;------------------------------------------------------ | 154 | ;;------------------------------------------------------ |
| 155 | (defvar mpuz-board (make-vector 10 nil) | 155 | (defvar mpuz-board (make-vector 10 nil) |
| @@ -310,7 +310,7 @@ You may abort a game by typing \\<mpuz-mode-map>\\[mpuz-offer-abort]." | |||
| 310 | ;; Game control | 310 | ;; Game control |
| 311 | ;;------------- | 311 | ;;------------- |
| 312 | (defun mpuz-abort-game () | 312 | (defun mpuz-abort-game () |
| 313 | "Abort any puzzle in progess." | 313 | "Abort any puzzle in progress." |
| 314 | (message "Mult Puzzle aborted.") | 314 | (message "Mult Puzzle aborted.") |
| 315 | (setq mpuz-in-progress nil | 315 | (setq mpuz-in-progress nil |
| 316 | mpuz-nb-errors 0) | 316 | mpuz-nb-errors 0) |
diff --git a/lisp/play/yow.el b/lisp/play/yow.el index f056ec5c6bf..fd90d3677f1 100644 --- a/lisp/play/yow.el +++ b/lisp/play/yow.el | |||
| @@ -23,7 +23,7 @@ | |||
| 23 | 23 | ||
| 24 | ;;; Commentary: | 24 | ;;; Commentary: |
| 25 | 25 | ||
| 26 | ;; Important pinheaddery for GNU Emacs. | 26 | ;; Important pinheadery for GNU Emacs. |
| 27 | ;; | 27 | ;; |
| 28 | ;; See cookie1.el for implementation. Note --- the `n' argument of yow | 28 | ;; See cookie1.el for implementation. Note --- the `n' argument of yow |
| 29 | ;; from the 18.xx implementation is no longer; we only support *random* | 29 | ;; from the 18.xx implementation is no longer; we only support *random* |