emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] 121/255: better introductory commentary


From: Eric Schulte
Subject: [elpa] 121/255: better introductory commentary
Date: Sun, 16 Mar 2014 01:02:31 +0000

eschulte pushed a commit to branch go
in repository elpa.

commit 3550941030f8e6e8421a36a5b2fcd5f84c46ec6a
Author: Eric Schulte <address@hidden>
Date:   Sun May 27 17:18:33 2012 -0600

    better introductory commentary
---
 go.el |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/go.el b/go.el
index a33519c..7052502 100644
--- a/go.el
+++ b/go.el
@@ -27,11 +27,13 @@
 
 ;;; Commentary:
 
-;; An API for transferring GO moves and data between a number of GO
-;; back ends including the following.
+;; A board-based interface to GO games which may be connected to a
+;; number of GO back-ends through a generic API.  To play a game of GO
+;; against the gnugo back-end run `play-go'.  Current back-ends
+;; include the following.
 ;; - the SGF format
 ;; - the Go Text Protocol (GTP)
-;; - the IGS protocol
+;; - TODO: the IGS protocol
 
 ;;; Code:
 (require 'go-util)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]