diff options
author | Richard M. Stallman <rms@gnu.org> | 1992-07-12 03:26:48 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1992-07-12 03:26:48 +0000 |
commit | ab8932c017bc3446a5dde93dd68d297485471d11 (patch) | |
tree | b6afe78eb7eceec3b3672a9807e4abe282da2215 /src | |
parent | c92d19d3529c47fdef4e121964ed148a4aebe6de (diff) | |
download | emacs-ab8932c017bc3446a5dde93dd68d297485471d11.tar.gz |
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r-- | src/callproc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/callproc.c b/src/callproc.c index 85fbcf7c784..253d6877851 100644 --- a/src/callproc.c +++ b/src/callproc.c @@ -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; |