summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/chickadee.texi5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/chickadee.texi b/doc/chickadee.texi
index b576641..c6b2f07 100644
--- a/doc/chickadee.texi
+++ b/doc/chickadee.texi
@@ -199,7 +199,6 @@ In this file, special procedures may be defined to handle various
events from the game loop:
@itemize
-@item load-game
@item quit-game
@item draw
@item update
@@ -265,8 +264,8 @@ Update the game @var{n} times per second.
@item --repl
Launch a REPL in the terminal. This will allow the game environment
-to debugged and modified without having to stop and restart the game
-after each change.
+to be debugged and modified without having to stop and restart the
+game after each change.
@item --repl-server[=@var{port}]