diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-01-05 10:03:17 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-01-05 10:03:17 +0000 |
commit | 5bd22ef8faca6c75d525ca858303ea7389257cb1 (patch) | |
tree | e8552da69ae0f28b512fd096b0759f7a7b72c03c /src/process.h | |
parent | ed4c7adf5b51fa14a04dbe148f0536e2f9fb64c5 (diff) | |
download | emacs-5bd22ef8faca6c75d525ca858303ea7389257cb1.tar.gz |
Comment fixes.
Diffstat (limited to 'src/process.h')
-rw-r--r-- | src/process.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.h b/src/process.h index 3c41bb043be..8767f80b4a6 100644 --- a/src/process.h +++ b/src/process.h @@ -87,7 +87,7 @@ extern Lisp_Object Vprocess_alist; are waiting for it. */ extern int synch_process_alive; -/* Communicate exit status of synch process to from sigchld_handler +/* Communicate exit status of sync process to from sigchld_handler to Fcall_process. */ extern int synch_process_retcode; extern char *synch_process_death; |