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
4a095293
Commit
4a095293
authored
Jul 12, 1992
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
c763f396
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/callproc.c
src/callproc.c
+2
-2
No files found.
src/callproc.c
View file @
4a095293
...
...
@@ -99,7 +99,7 @@ Fourth arg DISPLAY non-nil means redisplay buffer as output is inserted.\n\
Remaining arguments are strings passed as command arguments to PROGRAM.
\n
\
If BUFFER is nil or 0, returns immediately with value nil.
\n
\
Otherwise waits for PROGRAM to terminate
\n
\
and returns a numeric exit status or a signal
name as a
string.
\n
\
and returns a numeric exit status or a signal
description
string.
\n
\
If you quit, the process is killed with SIGKILL."
)
(
nargs
,
args
)
int
nargs
;
...
...
@@ -311,7 +311,7 @@ Sixth arg DISPLAY non-nil means redisplay buffer as output is inserted.\n\
Remaining args are passed to PROGRAM at startup as command args.
\n
\
If BUFFER is nil, returns immediately with value nil.
\n
\
Otherwise waits for PROGRAM to terminate
\n
\
and returns a numeric exit status or a signal
name as a
string.
\n
\
and returns a numeric exit status or a signal
description
string.
\n
\
If you quit, the process is killed with SIGKILL."
)
(
nargs
,
args
)
int
nargs
;
...
...
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