Commit 00d8461e authored by Robert Goldman's avatar Robert Goldman
Browse files

Fix typo in DUMP-IMAGE docstring.

parent d73da598
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -338,7 +338,7 @@ of the function will be returned rather than interpreted as a boolean designatin
    "Dump an image of the current Lisp environment at pathname FILENAME, with various options.
    "Dump an image of the current Lisp environment at pathname FILENAME, with various options.


First, finalize the image, by evaluating the POSTLUDE as per EVAL-INPUT, then calling each of
First, finalize the image, by evaluating the POSTLUDE as per EVAL-INPUT, then calling each of
 the functions in DUMP-HOOK, in reverse order of registration by REGISTER-DUMP-HOOK.
 the functions in DUMP-HOOK, in reverse order of registration by REGISTER-IMAGE-DUMP-HOOK.


If EXECUTABLE is true, create an standalone executable program that calls RESTORE-IMAGE on startup.
If EXECUTABLE is true, create an standalone executable program that calls RESTORE-IMAGE on startup.