From 43b9c0950cbaf8935d371dab8085ecc3021d6781 Mon Sep 17 00:00:00 2001 From: Mario Lang Date: Mon, 16 Sep 2013 20:37:16 +0200 Subject: Mention `chess-default-engine' and prefix argument in `chess' docstring. --- chess.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'chess.el') diff --git a/chess.el b/chess.el index 55ea465..4d24771 100644 --- a/chess.el +++ b/chess.el @@ -170,7 +170,9 @@ If an element of MODULE-LIST is a sublist, treat it as alternatives." ;;;###autoload (defun chess (&optional engine disable-popup engine-response-handler &rest engine-ctor-args) - "Start a game of chess, playing against ENGINE (a module name)." + "Start a game of chess, playing against ENGINE (a module name). +With prefix argument, prompt for the engine to play against. +Otherwise use `chess-default-engine' to determine the engine." (interactive (list (if current-prefix-arg -- cgit v1.2.3