aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2002-02-26 10:01:38 +0000
committerJuanma Barranquero2002-02-26 10:01:38 +0000
commit804d894aa5144166d09fb93d6bada0f955057553 (patch)
treeba33d876a4d29fcf452780bc87ca1f7d7b3cc960
parent5764f67182e5a08348523566a48d94870bf245f4 (diff)
downloademacs-804d894aa5144166d09fb93d6bada0f955057553.tar.gz
emacs-804d894aa5144166d09fb93d6bada0f955057553.zip
(syms_of_ntproc): Doc fix.
-rw-r--r--src/ChangeLog4
-rw-r--r--src/w32proc.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 319934360df..0a9ab3aeabf 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12002-02-26 Juanma Barranquero <lektu@terra.es>
2
3 * w32proc.c (syms_of_ntproc): Doc fix.
4
12002-02-24 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 52002-02-24 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2 6
3 * intervals.h: Include "dispextern.h" unconditionally. 7 * 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. */);
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.
2190When non-nil, they share the Emacs console; this has the limitation of 2190When non-nil, they share the Emacs console; this has the limitation of
2191allowing only only DOS subprocess to run at a time (whether started directly 2191allowing only one DOS subprocess to run at a time (whether started directly
2192or indirectly by Emacs), and preventing Emacs from cleanly terminating the 2192or indirectly by Emacs), and preventing Emacs from cleanly terminating the
2193subprocess group, but may allow Emacs to interrupt a subprocess that doesn't 2193subprocess group, but may allow Emacs to interrupt a subprocess that doesn't
2194otherwise respond to interrupts from Emacs. */); 2194otherwise respond to interrupts from Emacs. */);