aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
authorRichard M. Stallman2002-04-03 15:19:39 +0000
committerRichard M. Stallman2002-04-03 15:19:39 +0000
commitb50fe468c82a54cfd12c24036a8ad7572381001b (patch)
tree06036193fd11a6e68b14320e7650ace1a7d14bda /src/process.c
parent8c64a2989dcf4556bf096ca566caa8946328edb6 (diff)
downloademacs-b50fe468c82a54cfd12c24036a8ad7572381001b.tar.gz
emacs-b50fe468c82a54cfd12c24036a8ad7572381001b.zip
Comment change.
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c
index b7c5076a2a9..06e931af9b6 100644
--- a/src/process.c
+++ b/src/process.c
@@ -5788,7 +5788,8 @@ exec_sentinel (proc, reason)
5788 5788
5789/* Report all recent events of a change in process status 5789/* Report all recent events of a change in process status
5790 (either run the sentinel or output a message). 5790 (either run the sentinel or output a message).
5791 This is done while Emacs is waiting for keyboard input. */ 5791 This is usually done while Emacs is waiting for keyboard input
5792 but can be done at other times. */
5792 5793
5793void 5794void
5794status_notify () 5795status_notify ()