From 42d3479f1b83a50714f7cbc17925ac0201a55022 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 16 Apr 2002 22:01:40 +0000 Subject: Report checkmate in the modeline correctly. --- chess-pos.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chess-pos.el') 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)) -- cgit v1.2.3