From: Juanma Barranquero Date: Tue, 26 Feb 2002 10:01:38 +0000 (+0000) Subject: (syms_of_ntproc): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~16465 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=804d894aa5144166d09fb93d6bada0f955057553;p=emacs.git (syms_of_ntproc): Doc fix. --- diff --git a/src/ChangeLog b/src/ChangeLog index 319934360df..0a9ab3aeabf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2002-02-26 Juanma Barranquero + + * w32proc.c (syms_of_ntproc): Doc fix. + 2002-02-24 Pavel Jan,Bm(Bk * intervals.h: Include "dispextern.h" unconditionally. diff --git a/src/w32proc.c b/src/w32proc.c index 735df38b8ce..02c4aa0cf1b 100644 --- a/src/w32proc.c +++ b/src/w32proc.c @@ -2188,7 +2188,7 @@ This variable doesn't affect GUI applications, which will never be hidden. */); &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. */);