summaryrefslogtreecommitdiff
path: root/src/w32proc.c
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2002-02-26 10:01:38 +0000
committerJuanma Barranquero <lekktu@gmail.com>2002-02-26 10:01:38 +0000
commit804d894aa5144166d09fb93d6bada0f955057553 (patch)
treeba33d876a4d29fcf452780bc87ca1f7d7b3cc960 /src/w32proc.c
parent5764f67182e5a08348523566a48d94870bf245f4 (diff)
downloademacs-804d894aa5144166d09fb93d6bada0f955057553.tar.gz
(syms_of_ntproc): Doc fix.
Diffstat (limited to 'src/w32proc.c')
-rw-r--r--src/w32proc.c2
1 files changed, 1 insertions, 1 deletions
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. */);