diff lisp/play/landmark.el @ 38425:c6e12c6b1498

Some fixes to follow coding conventions.
author Pavel Janík <Pavel@Janik.cz>
date Mon, 16 Jul 2001 09:10:19 +0000
parents 30c899dc34c4
children 802c948ddb3a
line wrap: on
line diff
--- a/lisp/play/landmark.el	Mon Jul 16 09:03:47 2001 +0000
+++ b/lisp/play/landmark.el	Mon Jul 16 09:10:19 2001 +0000
@@ -30,7 +30,7 @@
 ;; Boston, MA 02111-1307, USA.
 
 
-;;;_* Commentary
+;;; Commentary:
 ;;; Lm is a relatively non-participatory game in which a robot
 ;;; attempts to maneuver towards a tree at the center of the window
 ;;; based on unique olfactory cues from each of the 4 directions. If
@@ -62,6 +62,8 @@
 
 ;;;_* From Gomoku
 
+;;; Code:
+
 (defgroup lm nil
   "Neural-network robot that learns landmarks."
   :prefix "lm-"