Commit 574e5247 authored by Robert P. Goldman's avatar Robert P. Goldman
Browse files

Fix docstring. No code change.

parent 2d731c41
Loading
Loading
Loading
Loading
+20 −20
Original line number Diff line number Diff line
@@ -290,7 +290,7 @@ immediately to the surrounding restore process if allowed to continue.

Then, comes the restore process itself:
First, call each function in the RESTORE-HOOK,
in the order they were registered with REGISTER-RESTORE-HOOK.
in the order they were registered with REGISTER-IMAGE-RESTORE-HOOK.
Second, evaluate the prelude, which is often Lisp text that is read,
as per EVAL-INPUT.
Third, call the ENTRY-POINT function, if any is specified, with no argument.