diff options
| author | Mario Lang <mlang@delysid.org> | 2004-01-27 22:23:26 +0000 |
|---|---|---|
| committer | Mario Lang <mlang@delysid.org> | 2004-01-27 22:23:26 +0000 |
| commit | 783fbf1aed6f653782e2c0dec2972b0587d60867 (patch) | |
| tree | 1d6456155e8cfb242ed9725873714398db993b11 /chess-ply.el | |
| parent | 8488df3e2dba41210ce39b2a94e0d397fd94daaf (diff) | |
docfix
Diffstat (limited to 'chess-ply.el')
| -rw-r--r-- | chess-ply.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chess-ply.el b/chess-ply.el index 19c5c45..1b72b0f 100644 --- a/chess-ply.el +++ b/chess-ply.el @@ -167,7 +167,7 @@ (list position)) (defun chess-ply-create (position &optional valid-p &rest changes) - "Create a ply from the given POSITION by applying the suppiled CHANGES. + "Create a ply from the given POSITION by applying the supplied CHANGES. This function will guarantee the resulting ply is legal, and will also annotate the ply with :check or other modifiers as necessary. It will also extend castling, and will prompt for a promotion piece. |
