diff options
| author | Jacob Nevins <jacobn@chiark.greenend.org.uk> | 2005-05-17 18:04:12 +0000 |
|---|---|---|
| committer | Jacob Nevins <jacobn@chiark.greenend.org.uk> | 2005-05-17 18:04:12 +0000 |
| commit | 58eb0551d46679036293a10f5a1e508c3ef467ef (patch) | |
| tree | 1a9812458541ce3c75ab765d0854d6a35cf840ae | |
| parent | 0e197efe44db0371dcba395be41fe772dac02b01 (diff) | |
| download | puzzles-58eb0551d46679036293a10f5a1e508c3ef467ef.zip puzzles-58eb0551d46679036293a10f5a1e508c3ef467ef.tar.gz puzzles-58eb0551d46679036293a10f5a1e508c3ef467ef.tar.bz2 puzzles-58eb0551d46679036293a10f5a1e508c3ef467ef.tar.xz | |
Update doc for recent changes in Restart behaviour.
[originally from svn r5799]
| -rw-r--r-- | puzzles.but | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/puzzles.but b/puzzles.but index 17bf476..fb61a82 100644 --- a/puzzles.but +++ b/puzzles.but @@ -90,18 +90,18 @@ menu}\q{Edit} menus instead.) \dd Starts a new game, with a random initial state. -\dt \ii\e{Restart game} (\q{R}) +\dt \ii\e{Restart game} -\dd Resets the current game to its initial state. Undo is lost. +\dd Resets the current game to its initial state. (This can be undone.) \dt \ii\e{Undo} (\q{U}, Ctrl+\q{Z}, Ctrl+\q{_}) \dd Undoes a single move. (You can undo moves back to the start of the -game.) +session.) -\dt \ii\e{Redo} (Ctrl+\q{R}) +\dt \ii\e{Redo} (\q{R}, Ctrl+\q{R}) -\dd Redoes a previous undone move. +\dd Redoes a previously undone move. \dt \ii\e{Copy} |