Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
43547:f732dfb0325d | 43548:c185eb97b9ee |
---|---|
2186 | 2186 |
2187 DEFVAR_LISP ("w32-start-process-share-console", | 2187 DEFVAR_LISP ("w32-start-process-share-console", |
2188 &Vw32_start_process_share_console, | 2188 &Vw32_start_process_share_console, |
2189 doc: /* When nil, new child processes are given a new console. | 2189 doc: /* When nil, new child processes are given a new console. |
2190 When non-nil, they share the Emacs console; this has the limitation of | 2190 When non-nil, they share the Emacs console; this has the limitation of |
2191 allowing only only DOS subprocess to run at a time (whether started directly | 2191 allowing only one DOS subprocess to run at a time (whether started directly |
2192 or indirectly by Emacs), and preventing Emacs from cleanly terminating the | 2192 or indirectly by Emacs), and preventing Emacs from cleanly terminating the |
2193 subprocess group, but may allow Emacs to interrupt a subprocess that doesn't | 2193 subprocess group, but may allow Emacs to interrupt a subprocess that doesn't |
2194 otherwise respond to interrupts from Emacs. */); | 2194 otherwise respond to interrupts from Emacs. */); |
2195 Vw32_start_process_share_console = Qnil; | 2195 Vw32_start_process_share_console = Qnil; |
2196 | 2196 |