]> code.delx.au - gnu-emacs/blobdiff - lisp/play/landmark.el
Standardize possessive apostrophe usage in manuals, docs, and comments
[gnu-emacs] / lisp / play / landmark.el
index 8629baf35d3bde1a9b28b529c376216c6f4c1b34..29bb8a40e8f84520c06f3432827a42e7250fc045 100644 (file)
@@ -1,6 +1,6 @@
 ;;; landmark.el --- neural-network robot that learns landmarks
 
-;; Copyright (C) 1996-1997, 2000-201 Free Software Foundation, Inc.
+;; Copyright (C) 1996-1997, 2000-2012 Free Software Foundation, Inc.
 
 ;; Author: Terrence Brannon (was: <brannon@rana.usc.edu>)
 ;; Created: December 16, 1996 - first release to usenet
 
 (defface landmark-font-lock-face-O '((((class color)) :foreground "red")
                               (t :weight bold))
-  "Face to use for Emacs' O."
+  "Face to use for Emacs's O."
   :version "22.1"
   :group 'landmark)
 
@@ -385,7 +385,7 @@ is non-nil.  One interesting value is `turn-on-font-lock'."
                  best-square square
                  score-max   score)
            (aset landmark-score-table square -1))) ; no: kill it !
-       ;; If score is equally good, choose randomly. But first check freeness:
+       ;; If score is equally good, choose randomly. But first check freedom:
        ((not (zerop (aref landmark-board square)))
        (aset landmark-score-table square -1))
        ((zerop (random (setq count (1+ count))))