Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d188e26b
Commit
d188e26b
authored
Jun 24, 2012
by
Paul Eggert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* process.c: Fix spelling and caps in comments.
parent
e86db54b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
7 deletions
+11
-7
src/ChangeLog
src/ChangeLog
+4
-0
src/process.c
src/process.c
+7
-7
No files found.
src/ChangeLog
View file @
d188e26b
2012-06-24 Paul Eggert <eggert@cs.ucla.edu>
* process.c: Fix spelling and caps in comments.
2012-06-24 Dan Nicolaescu <dann@ics.uci.edu>
* emacs.c (setpgrp): Remove definition, unused.
...
...
src/process.c
View file @
d188e26b
...
...
@@ -4259,7 +4259,7 @@ wait_reading_process_output_1 (void)
an additional duration to wait, measured in nanoseconds
If TIME_LIMIT is zero, then:
If NSECS == 0, there is no limit.
If NSECS > 0, the timeout consists of NSEC only.
If NSECS > 0, the timeout consists of NSEC
S
only.
If NSECS < 0, gobble data immediately, as if TIME_LIMIT were negative.
READ_KBD is a lisp value:
...
...
@@ -6832,18 +6832,18 @@ extern int sys_select (int, SELECT_TYPE *, SELECT_TYPE *, SELECT_TYPE *,
Wait for timeout to elapse and/or keyboard input to be available.
time_limit
is:
TIME_LIMIT
is:
timeout in seconds
If negative, gobble data immediately available but don't wait for any.
nsec
is:
NSECS
is:
an additional duration to wait, measured in nanoseconds
If TIME_LIMIT is zero, then:
If NSEC == 0, there is no limit.
If NSEC > 0, the timeout consists of NSEC only.
If NSEC
S
== 0, there is no limit.
If NSEC
S
> 0, the timeout consists of NSEC
S
only.
If NSECS < 0, gobble data immediately, as if TIME_LIMIT were negative.
read_kbd
is a Lisp_Object:
READ_KBD
is a Lisp_Object:
0 to ignore keyboard input, or
1 to return when input is available, or
-1 means caller will actually read the input, so don't throw to
...
...
@@ -6852,7 +6852,7 @@ extern int sys_select (int, SELECT_TYPE *, SELECT_TYPE *, SELECT_TYPE *,
see full version for other parameters. We know that wait_proc will
always be NULL, since `subprocesses' isn't defined.
do_display
!= 0 means redisplay should be done to show subprocess
DO_DISPLAY
!= 0 means redisplay should be done to show subprocess
output that arrives.
Return true if we received input from any process. */
...
...
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