diff options
| author | Mario Lang <mlang@delysid.org> | 2003-01-08 00:25:36 +0000 |
|---|---|---|
| committer | Mario Lang <mlang@delysid.org> | 2003-01-08 00:25:36 +0000 |
| commit | 0ab4a2fbb073f6641ae4eea322e00131269a78e5 (patch) | |
| tree | f6f2502c0ec1cc6a28d6fba4e669a541bf525da5 /chess.el | |
| parent | 7da0d19f2c8eca60423439f0cf14463d2248431b (diff) | |
(chess-create-modules): Add docstring
Diffstat (limited to 'chess.el')
| -rw-r--r-- | chess.el | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -139,6 +139,8 @@ available." engine))) (defun chess-create-modules (module-list create-func &rest args) + "Create modules from MODULE-LIST with CREATE-FUNC and ARGS. +If an element of MODULE-LIST is a sublist, treat it as alternatives." (let (objects) (dolist (module module-list) (let (object) |
