Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
804d894a
Commit
804d894a
authored
Feb 26, 2002
by
Juanma Barranquero
Browse files
(syms_of_ntproc): Doc fix.
parent
5764f671
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/w32proc.c
src/w32proc.c
+1
-1
No files found.
src/ChangeLog
View file @
804d894a
2002-02-26 Juanma Barranquero <lektu@terra.es>
* w32proc.c (syms_of_ntproc): Doc fix.
2002-02-24 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
* intervals.h: Include "dispextern.h" unconditionally.
...
...
src/w32proc.c
View file @
804d894a
...
...
@@ -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 on
ly
DOS subprocess to run at a time (whether started directly
allowing only on
e
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. */
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment