From 804d894aa5144166d09fb93d6bada0f955057553 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 26 Feb 2002 10:01:38 +0000 Subject: [PATCH] (syms_of_ntproc): Doc fix. --- src/ChangeLog | 4 ++++ src/w32proc.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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. */); -- 2.39.2