summaryrefslogtreecommitdiff
path: root/chess-pos.el
diff options
context:
space:
mode:
Diffstat (limited to 'chess-pos.el')
-rw-r--r--chess-pos.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/chess-pos.el b/chess-pos.el
index 200fc97..ae12a93 100644
--- a/chess-pos.el
+++ b/chess-pos.el
@@ -132,7 +132,8 @@ SIDE must be either ?q or ?k (case determines color)."
(defsubst chess-pos-status (position)
"Return whether the side to move is in a special state.
-The symbols allowed are: `check', `checkmate', `stalemate'.
+The symbols allowed are: `check', `checkmate', `stalemate', which must
+occurs first if they occur at all.
Also, EPD evaluation numbers/strings can be set here."
(aref position 69))