comparison src/emacs.c @ 5384:3889ef128488

Fix misspelled words, and some grammar, across the entire source tree. See xemacs-patches message with ID <AANLkTi=edkEKtK3pZ60ytsG5pTJQy2TjAEVCZCLOa-oA@mail.gmail.com>.
author Jerry James <james@xemacs.org>
date Thu, 24 Mar 2011 11:00:11 -0600
parents b5611afbcc76
children 4dee0387b9de
comparison
equal deleted inserted replaced
5383:294ab9180fad 5384:3889ef128488
3385 the second part is because we don't want to do this under Cygwin, where 3385 the second part is because we don't want to do this under Cygwin, where
3386 we have a Unix-like environment and a working stderr where the messages 3386 we have a Unix-like environment and a working stderr where the messages
3387 go. The two conditions sound somewhat redundant (maybe we could just 3387 go. The two conditions sound somewhat redundant (maybe we could just
3388 use the second?) but they aren't completely: Theoretically (maybe with 3388 use the second?) but they aren't completely: Theoretically (maybe with
3389 MinGW?) we could imagine compiling under native Windows as the OS 3389 MinGW?) we could imagine compiling under native Windows as the OS
3390 but e.g. targetting only X Windows as the window system. --ben */ 3390 but e.g. targeting only X Windows as the window system. --ben */
3391 3391
3392 #if defined (HAVE_MS_WINDOWS) && defined (WIN32_NATIVE) 3392 #if defined (HAVE_MS_WINDOWS) && defined (WIN32_NATIVE)
3393 # define NEED_WINDOWS_MESSAGE_PAUSE 3393 # define NEED_WINDOWS_MESSAGE_PAUSE
3394 #endif 3394 #endif
3395 3395
3680 (" core\n" 3680 (" core\n"
3681 "\n" 3681 "\n"
3682 "then type `where' at the debugger prompt. No GDB on your system? You may\n" 3682 "then type `where' at the debugger prompt. No GDB on your system? You may\n"
3683 "have DBX, or XDB, or SDB. (Ask your system administrator if you need help.)\n" 3683 "have DBX, or XDB, or SDB. (Ask your system administrator if you need help.)\n"
3684 "If no core file was produced, enable them (often with `ulimit -c unlimited')\n" 3684 "If no core file was produced, enable them (often with `ulimit -c unlimited')\n"
3685 "in case of future recurrance of the crash.\n"); 3685 "in case of future reoccurrence of the crash.\n");
3686 #endif /* _MSC_VER */ 3686 #endif /* _MSC_VER */
3687 } 3687 }
3688 3688
3689 stuff_buffered_input (stuff); 3689 stuff_buffered_input (stuff);
3690 3690