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

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

[elpa] 01/01: README and chess.el Commentary have largely identical text


From: Mario Lang
Subject: [elpa] 01/01: README and chess.el Commentary have largely identical text.
Date: Thu, 22 May 2014 09:54:01 +0000

mlang pushed a commit to branch externals/chess
in repository elpa.

commit 75e41be63e2995633fd81ddd33a04795ff3aef9d
Author: Mario Lang <address@hidden>
Date:   Thu May 22 11:53:47 2014 +0200

    README and chess.el Commentary have largely identical text.
    
    Sync README into Commentary.
---
 README   |   25 -------------------------
 chess.el |    8 ++++++--
 2 files changed, 6 insertions(+), 27 deletions(-)

diff --git a/README b/README
deleted file mode 100644
index f04a3b4..0000000
--- a/README
+++ /dev/null
@@ -1,25 +0,0 @@
-Welcome to chess.el, a client and library for playing Chess from
-Emacs.
-
-chess.el is an Emacs Lisp library and several clients on top of the
-underlying library functionality for performing various activities
-related to the game of chess.
-
-You can play against an external chess program such as gnuchess,
-crafty, phalanx or sjeng.  All of them are publically available, and
-chess.el will automatically detect which one you have installed,
-provided they have standard executable program names, and are in a
-located in a directory which is part of the PATH.  See the
-customisable variable `chess-default-engine'.
-
-You can also play against another human or computer over the internet
-(through a direct Emacs-to-Emacs connection, or on one of the Internet
-Chess Servers like freechess.org or chessclub.com), or even against a
-very simple chess thinking module implemented in pure Emacs Lisp.
-
-chess.el also provides a mode for editing Portable Game Notation (PGN)
-files.
-
-To improve your chessaility, you might also like to have a look at
-chess-puzzle, which allows you to solve chess puzzle collections (in
-PGN or EPD format) against one of the engines you have installed.
diff --git a/chess.el b/chess.el
index 440f29d..9aabf7b 100644
--- a/chess.el
+++ b/chess.el
@@ -30,6 +30,10 @@
 
 ;; Welcome to Emacs Chess, a chess playing module for GNU Emacs.
 ;;
+;; chess.el is an Emacs Lisp library and several clients on top of the
+;; underlying library functionality for performing various activities
+;; related to the game of chess.
+;;
 ;; Type `M-x chess', and play chess against one of the default engine modules.
 ;;
 ;; Type `C-u M-x chess' to select a specific engine.
@@ -44,9 +48,9 @@
 ;; `chess-pgn-mode' provides a text-mode derived mode which can display the
 ;; chess position at point.
 ;;
-;; If you are new to Chess, `M-x chess-tutorial' provides a simple knight
+;; To improve your chessaility, `M-x chess-tutorial' provides a simple knight
 ;; movement exercise to get you started, and `M-x chess-puzzle' can be used
-;; to solve puzzle collections.
+;; to solve puzzle collections in EPD or PGN format.
 ;;
 ;; There are some different types of chessboard display modules available.
 ;; * A simple character based display (chess-plain).



reply via email to

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