diff options
author | Geoff Voelker <voelker@cs.washington.edu> | 1998-05-30 23:42:16 +0000 |
---|---|---|
committer | Geoff Voelker <voelker@cs.washington.edu> | 1998-05-30 23:42:16 +0000 |
commit | 556a263f578b576a971fcea01e55d830801d03a4 (patch) | |
tree | 7bc0657f4ab5c54fc6d2ebc8a15f3c51a9051386 /src/unexw32.c | |
parent | eb9ea53f9cc5d63dc74dd837e56ef46b4a26504d (diff) |
(w32_fatal_reload_error): Update error message.
Diffstat (limited to 'src/unexw32.c')
-rw-r--r-- | src/unexw32.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/unexw32.c b/src/unexw32.c index ebd934c5f1..2363e7e73d 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" |