From 6c6ac9f984e65d81504bceb368a17792102f93b0 Mon Sep 17 00:00:00 2001 From: Mario Lang Date: Wed, 7 Jan 2004 00:00:18 +0000 Subject: add chess-fischer-random-position into the Creating Positions Manual Section --- chess-random.el | 1 + 1 file changed, 1 insertion(+) (limited to 'chess-random.el') diff --git a/chess-random.el b/chess-random.el index fc41853..06a01e6 100644 --- a/chess-random.el +++ b/chess-random.el @@ -26,6 +26,7 @@ ;;;###autoload (defun chess-fischer-random-position () + "Generate a Fischer Random style position." (let (pieces position) (while (null position) (setq pieces (chess-shuffle-vector pieces-vector)) -- cgit v1.2.3