]> code.delx.au - gnu-emacs-elpa/blobdiff - chess-random.el
Correctly indent `chess-with-current-buffer' in lisp-mode.
[gnu-emacs-elpa] / chess-random.el
index fc41853bf201da8efaf78a39c4a20a1f96750780..06a01e60e50ad0ae5cc41eb834819adc363318dc 100644 (file)
@@ -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))