From 4bf636091a501c662213c8bc80242d2f65e97f09 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 11 Apr 2002 02:17:09 +0000 Subject: *** no comment *** --- chess-display.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chess-display.el') diff --git a/chess-display.el b/chess-display.el index fe41a96..f62fdbb 100644 --- a/chess-display.el +++ b/chess-display.el @@ -959,7 +959,7 @@ Clicking once on a piece selects it; then click on the target location." (throw 'invalid t)) (setq ply (chess-ply-create position (cadr last-sel) coord)) (unless ply - (message "That piece cannot move there in this position.") + (message "That is not a legal move.") (throw 'invalid t)) (chess-display-move nil ply))) (setq chess-display-last-selected nil)) -- cgit v1.2.3