# HG changeset patch # User Juanma Barranquero # Date 1014717652 0 # Node ID c185eb97b9eecd83d8c6a11867da80b7b1149460 # Parent f732dfb0325d26b32d895d9656102e7cc072b60d (syms_of_ntproc): Doc fix. diff -r f732dfb0325d -r c185eb97b9ee src/w32proc.c --- 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. */);