mlang pushed a commit to branch externals/chess in repository elpa. commit 8921876b68c8a8435ee5ea922b3b02a0339691bb Author: Mario Lang <ml...@debian.org> Date: Fri May 23 23:56:57 2014 +0200
Add a sentence about chess-network to package long description. --- chess.el | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/chess.el b/chess.el index 304d821..0a4aff2 100644 --- a/chess.el +++ b/chess.el @@ -42,6 +42,8 @@ ;; There is also an Emacs based chess computer module (ai) which does not ;; require any external programs. However, the internal AI is not very strong. ;; +;; To play against another human on a different machine running GNU Emacs, +;; type `C-u M-x chess RET network RET'. ;; To play on one of the internet chess servers, type `M-x chess-ics'. ;; ;; If you'd like to view or edit Portable Game Notation (PGN) files,