]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/landmark/landmark.el
Fix some quoting problems in doc strings
[gnu-emacs-elpa] / packages / landmark / landmark.el
index f3b5b8c04886bfa0ad75443a1e53492d099e4048..9b48901f269c46b1acc0d49cc78e76f28a2267b0 100644 (file)
@@ -1,11 +1,11 @@
 ;;; landmark.el --- Neural-network robot that learns landmarks  -*- lexical-binding:t -*-
 
-;; Copyright (C) 1996-1997, 2000-2015 Free Software Foundation, Inc.
+;; Copyright (C) 1996-1997, 2000-2016 Free Software Foundation, Inc.
 
 ;; Author: Terrence Brannon (was: <brannon@rana.usc.edu>)
 ;; Created: December 16, 1996 - first release to usenet
 ;; Keywords: games, neural network, adaptive search, chemotaxis
-;; Maintainer: No maintainer - help wanted.
+;; Maintainer: emacs-devel@gnu.org
 ;; Version: 1.0
 
 ;; This file is part of GNU Emacs.
@@ -864,7 +864,7 @@ If the game is finished, this command requests for another game."
   (move-to-column (+ landmark-x-offset (* landmark-square-width (1- x)))))
 
 (defun landmark-plot-square (square value)
-  "Draw 'X', 'O' or '.' on SQUARE depending on VALUE, leave point there."
+  "Draw `X', `O' or `.' on SQUARE depending on VALUE, leave point there."
   (or (= value 1)
       (landmark-goto-square square))
   (let ((inhibit-read-only t))