diff options
Diffstat (limited to 'chess-display.el')
| -rw-r--r-- | chess-display.el | 3 | 
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 () | 
