From 556a263f578b576a971fcea01e55d830801d03a4 Mon Sep 17 00:00:00 2001 From: Geoff Voelker Date: Sat, 30 May 1998 23:42:16 +0000 Subject: [PATCH] (w32_fatal_reload_error): Update error message. --- src/unexw32.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/unexw32.c b/src/unexw32.c index ebd934c5f1d..2363e7e73d0 100644 --- a/src/unexw32.c +++ b/src/unexw32.c @@ -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" -- 2.39.2