]> code.delx.au - gnu-emacs-elpa/blobdiff - chess-display.el
*** no comment ***
[gnu-emacs-elpa] / chess-display.el
index 59699b483b9b472d4e8945c0453adca852f4dbc7..d5c52274caceb58b270089750bf9ae02b9c66727 100644 (file)
@@ -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 ()