summaryrefslogtreecommitdiff
path: root/chess-display.el
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2002-04-25 00:00:04 +0000
committerJohn Wiegley <johnw@newartisans.com>2002-04-25 00:00:04 +0000
commit699d9f008f24b566a8df8dd5b0349981a4c6089b (patch)
tree3b019350416d589c47048cdd003df249ece00de8 /chess-display.el
parent8aecfcc781e0f6d37286bedc504a1aabd2da5565 (diff)
*** no comment ***
Diffstat (limited to 'chess-display.el')
-rw-r--r--chess-display.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/chess-display.el b/chess-display.el
index 59699b4..d5c5227 100644
--- a/chess-display.el
+++ b/chess-display.el
@@ -754,7 +754,8 @@ Basically, it means we are playing, not editing or reviewing."
(ding)))
(defun chess-display-match ()
- "Resign the current game."
+ "Request a match with any listening engine."
+ (interactive)
(chess-game-run-hooks chess-module-game 'match))
(defun chess-display-resign ()