Mercurial > emacs
diff src/w32proc.c @ 43548:c185eb97b9ee
(syms_of_ntproc): Doc fix.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Tue, 26 Feb 2002 10:00:52 +0000 |
| parents | 64341c22fb4c |
| children | c887ee4e08f3 |
line wrap: on
line diff
--- a/src/w32proc.c Tue Feb 26 03:23:12 2002 +0000 +++ b/src/w32proc.c Tue Feb 26 10:00:52 2002 +0000 @@ -2188,7 +2188,7 @@ &Vw32_start_process_share_console, doc: /* When nil, new child processes are given a new console. When non-nil, they share the Emacs console; this has the limitation of -allowing only only DOS subprocess to run at a time (whether started directly +allowing only one DOS subprocess to run at a time (whether started directly or indirectly by Emacs), and preventing Emacs from cleanly terminating the subprocess group, but may allow Emacs to interrupt a subprocess that doesn't otherwise respond to interrupts from Emacs. */);
