diff options
| -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. |
