diff options
| author | Juanma Barranquero | 2002-02-26 10:01:38 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2002-02-26 10:01:38 +0000 |
| commit | 804d894aa5144166d09fb93d6bada0f955057553 (patch) | |
| tree | ba33d876a4d29fcf452780bc87ca1f7d7b3cc960 | |
| parent | 5764f67182e5a08348523566a48d94870bf245f4 (diff) | |
| download | emacs-804d894aa5144166d09fb93d6bada0f955057553.tar.gz emacs-804d894aa5144166d09fb93d6bada0f955057553.zip | |
(syms_of_ntproc): Doc fix.
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/w32proc.c | 2 |
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 @@ | |||
| 1 | 2002-02-26 Juanma Barranquero <lektu@terra.es> | ||
| 2 | |||
| 3 | * w32proc.c (syms_of_ntproc): Doc fix. | ||
| 4 | |||
| 1 | 2002-02-24 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 5 | 2002-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. |
| 2190 | When non-nil, they share the Emacs console; this has the limitation of | 2190 | When non-nil, they share the Emacs console; this has the limitation of |
| 2191 | allowing only only DOS subprocess to run at a time (whether started directly | 2191 | allowing only one DOS subprocess to run at a time (whether started directly |
| 2192 | or indirectly by Emacs), and preventing Emacs from cleanly terminating the | 2192 | or indirectly by Emacs), and preventing Emacs from cleanly terminating the |
| 2193 | subprocess group, but may allow Emacs to interrupt a subprocess that doesn't | 2193 | subprocess group, but may allow Emacs to interrupt a subprocess that doesn't |
| 2194 | otherwise respond to interrupts from Emacs. */); | 2194 | otherwise respond to interrupts from Emacs. */); |