aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/play
diff options
context:
space:
mode:
authorPaul Eggert2011-11-17 01:09:20 -0800
committerPaul Eggert2011-11-17 01:09:20 -0800
commit4c36be58ca2b4777a5e7bf0d3e692cfd9fa1aea3 (patch)
tree04a24b4e53c431ec3deb9281a0454ede7ace7337 /lisp/play
parentb6e63cbebdac53be5ba3ce9261d7edc8dfda8bf5 (diff)
downloademacs-4c36be58ca2b4777a5e7bf0d3e692cfd9fa1aea3.tar.gz
emacs-4c36be58ca2b4777a5e7bf0d3e692cfd9fa1aea3.zip
Spelling fixes.
Diffstat (limited to 'lisp/play')
-rw-r--r--lisp/play/animate.el2
-rw-r--r--lisp/play/decipher.el2
-rw-r--r--lisp/play/landmark.el2
3 files changed, 3 insertions, 3 deletions
diff --git a/lisp/play/animate.el b/lisp/play/animate.el
index facdfa2f347..ec0cacc4a68 100644
--- a/lisp/play/animate.el
+++ b/lisp/play/animate.el
@@ -93,7 +93,7 @@
93 93
94(defvar animation-buffer-name nil 94(defvar animation-buffer-name nil
95 "*String naming the default buffer for animations. 95 "*String naming the default buffer for animations.
96When nil animations dipslayed in the buffer named *Animation*.") 96When nil animations displayed in the buffer named *Animation*.")
97 97
98;;;###autoload 98;;;###autoload
99(defun animate-string (string vpos &optional hpos) 99(defun animate-string (string vpos &optional hpos)
diff --git a/lisp/play/decipher.el b/lisp/play/decipher.el
index b9ce669533a..4d4ea71cd7a 100644
--- a/lisp/play/decipher.el
+++ b/lisp/play/decipher.el
@@ -672,7 +672,7 @@ X: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z * 11 14 9%
672 1 1 1 2 1 1 2 5 7 672 1 1 1 2 1 1 2 5 7
673This says that X comes before D once, and after B once. X begins 5 673This says that X comes before D once, and after B once. X begins 5
674words, and ends 3 words (`*' represents a space). X comes before 8 674words, and ends 3 words (`*' represents a space). X comes before 8
675different letters, after 7 differerent letters, and is next to a total 675different letters, after 7 different letters, and is next to a total
676of 11 different letters. It occurs 14 times, making up 9% of the 676of 11 different letters. It occurs 14 times, making up 9% of the
677ciphertext." 677ciphertext."
678 (interactive (list (upcase (following-char)))) 678 (interactive (list (upcase (following-char))))
diff --git a/lisp/play/landmark.el b/lisp/play/landmark.el
index f0e6670fe58..8629baf35d3 100644
--- a/lisp/play/landmark.el
+++ b/lisp/play/landmark.el
@@ -1584,7 +1584,7 @@ If the game is finished, this command requests for another game."
1584 1584
1585;;;_ - something which doesn't work 1585;;;_ - something which doesn't work
1586; no-a-worka!! 1586; no-a-worka!!
1587;(defum landmark-sum-list (list) 1587;(defun landmark-sum-list (list)
1588; (if (> (length list) 0) 1588; (if (> (length list) 0)
1589; (+ (car list) (landmark-sum-list (cdr list))) 1589; (+ (car list) (landmark-sum-list (cdr list)))
1590; 0)) 1590; 0))