summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Lang <mlang@delysid.org>2004-01-27 22:36:16 +0000
committerMario Lang <mlang@delysid.org>2004-01-27 22:36:16 +0000
commitf457317ca74ebf89008b7609d136fd33b5ecc455 (patch)
tree53b7bac311e14816d6fb3641b698dd9de5ab5aff
parentdcfba778ca86a387b3203abed94f99763e8e9e21 (diff)
commentary synced with reality of FEN standard
-rw-r--r--chess-fen.el9
1 files changed, 4 insertions, 5 deletions
diff --git a/chess-fen.el b/chess-fen.el
index aa4ffd3..f7cb84b 100644
--- a/chess-fen.el
+++ b/chess-fen.el
@@ -5,7 +5,7 @@
;; FEN notation encodes a chess position using a simple string. The
;; format is:
;;
-;; POSITION SIDE FLAGS
+;; POSITION SIDE CASTLING EN-PASSANT
;;
;; The POSITION gives all eight ranks, by specifying a letter for each
;; piece on the position, and a number for any intervening spaces.
@@ -21,10 +21,9 @@
;;
;; The SIDE is w or b, to indicate whose move it is.
;;
-;; The FLAGS can contain K, Q, k or q, to signify whether the white or
-;; black king can still castle on the king or queen side. You can
-;; also have coordinates, such as e3, a6, to specify the target sqaure
-;; of an en passant capture.
+;; CASTLING can contain K, Q, k or q, to signify whether the white or
+;; black king can still castle on the king or queen side. EN-PASSANT
+;; signifies the target sqaure of an en passant capture, such as "e3" or "a6".
;;
;; The starting chess position always looks like this:
;;