]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_ntproc): Doc fix.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 26 Feb 2002 10:01:38 +0000 (10:01 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 26 Feb 2002 10:01:38 +0000 (10:01 +0000)
src/ChangeLog
src/w32proc.c

index 319934360df266195720340d82c5f9542a2bb214..0a9ab3aeabff24e7e1a103d4d14828a3111bff28 100644 (file)
@@ -1,3 +1,7 @@
+2002-02-26  Juanma Barranquero  <lektu@terra.es>
+
+       * w32proc.c (syms_of_ntproc): Doc fix.
+
 2002-02-24  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * intervals.h: Include "dispextern.h" unconditionally.
index 735df38b8cefe7096b86cd68478feb92099b493d..02c4aa0cf1b93b03c9978510d0c18a07a685cd4d 100644 (file)
@@ -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.  */);