Mercurial > emacs
diff src/callproc.c @ 760:012c1f6e9e7d
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 12 Jul 1992 03:26:48 +0000 |
parents | 70b112526394 |
children | 1e2e41fd188b |
line wrap: on
line diff
--- a/src/callproc.c Sat Jul 11 18:59:17 1992 +0000 +++ b/src/callproc.c Sun Jul 12 03:26:48 1992 +0000 @@ -99,7 +99,7 @@ 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 @@ 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;