diff options
Diffstat (limited to 'lisp/play/landmark.el')
-rw-r--r-- | lisp/play/landmark.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/play/landmark.el b/lisp/play/landmark.el index a769101ad0..29bb8a40e8 100644 --- a/lisp/play/landmark.el +++ b/lisp/play/landmark.el @@ -1,6 +1,6 @@ ;;; landmark.el --- neural-network robot that learns landmarks -;; Copyright (C) 1996-1997, 2000-2012 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 @@ -210,7 +210,7 @@ (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) |