]> git.eshelyaron.com Git - emacs.git/commitdiff
(w32_fatal_reload_error): Update error message.
authorGeoff Voelker <voelker@cs.washington.edu>
Sat, 30 May 1998 23:42:16 +0000 (23:42 +0000)
committerGeoff Voelker <voelker@cs.washington.edu>
Sat, 30 May 1998 23:42:16 +0000 (23:42 +0000)
src/unexw32.c

index ebd934c5f1ded87ee2b300009958d9118d363433..2363e7e73d070c9b67174f71a20f048936515675 100644 (file)
@@ -628,7 +628,10 @@ w32_fatal_reload_error (char *step)
           "Heap end:  0x%08x\n\n"
           "This error typically happens when the system loads a DLL into\n"
           "the middle of Emacs' address space, preventing Emacs from\n"
-          "loading its heap there.  If you think that you have installed\n"
+          "loading its heap there.  If this happens only occasionally, then\n"
+          "you can probably ignore it.  But if it happens so often that\n"
+          "you cannot get Emacs to start reliably, and you think that Emacs\n"
+          "is installed correctly, then you have a couple of options:\n\n"
           "Emacs correctly, then you have two options:\n\n"
           "1) You can dump Emacs yourself.  By doing this, you ensure that\n"
           "Emacs' heap fits around the DLLs in your system.  To dump Emacs,\n"