aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGeoff Voelker1998-05-30 23:42:16 +0000
committerGeoff Voelker1998-05-30 23:42:16 +0000
commit556a263f578b576a971fcea01e55d830801d03a4 (patch)
tree7bc0657f4ab5c54fc6d2ebc8a15f3c51a9051386 /src
parenteb9ea53f9cc5d63dc74dd837e56ef46b4a26504d (diff)
downloademacs-556a263f578b576a971fcea01e55d830801d03a4.tar.gz
emacs-556a263f578b576a971fcea01e55d830801d03a4.zip
(w32_fatal_reload_error): Update error message.
Diffstat (limited to 'src')
-rw-r--r--src/unexw32.c5
1 files changed, 4 insertions, 1 deletions
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)
628 "Heap end: 0x%08x\n\n" 628 "Heap end: 0x%08x\n\n"
629 "This error typically happens when the system loads a DLL into\n" 629 "This error typically happens when the system loads a DLL into\n"
630 "the middle of Emacs' address space, preventing Emacs from\n" 630 "the middle of Emacs' address space, preventing Emacs from\n"
631 "loading its heap there. If you think that you have installed\n" 631 "loading its heap there. If this happens only occasionally, then\n"
632 "you can probably ignore it. But if it happens so often that\n"
633 "you cannot get Emacs to start reliably, and you think that Emacs\n"
634 "is installed correctly, then you have a couple of options:\n\n"
632 "Emacs correctly, then you have two options:\n\n" 635 "Emacs correctly, then you have two options:\n\n"
633 "1) You can dump Emacs yourself. By doing this, you ensure that\n" 636 "1) You can dump Emacs yourself. By doing this, you ensure that\n"
634 "Emacs' heap fits around the DLLs in your system. To dump Emacs,\n" 637 "Emacs' heap fits around the DLLs in your system. To dump Emacs,\n"