changeset 22300:ce79e5edf080

(w32_fatal_reload_error): Update error message.
author Geoff Voelker <voelker@cs.washington.edu>
date Sat, 30 May 1998 23:42:16 +0000
parents 83928cc3329e
children 80bfa3fcb7fb
files src/unexw32.c
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/unexw32.c	Sat May 30 23:41:57 1998 +0000
+++ b/src/unexw32.c	Sat May 30 23:42:16 1998 +0000
@@ -628,7 +628,10 @@
 	   "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"