Mercurial > emacs
diff src/process.c @ 47542:62a08cd28e83
(make-network-process): Doc fix (there is no network-server-log-function hook).
| author | Kim F. Storm <storm@cua.dk> |
|---|---|
| date | Wed, 18 Sep 2002 19:30:26 +0000 |
| parents | 8871e67384e4 |
| children | b30942bd85f3 |
line wrap: on
line diff
--- a/src/process.c Wed Sep 18 19:30:10 2002 +0000 +++ b/src/process.c Wed Sep 18 19:30:26 2002 +0000 @@ -2523,9 +2523,8 @@ Notice that the FILTER and SENTINEL args are never used directly by the server process. Also, the BUFFER argument is not used directly by -the server process, but via `network-server-log-function' hook, a log -of the accepted (and failed) connections may be recorded in the server -process' buffer. +the server process, but via the optional :log function, accepted (and +failed) connections may be logged in the server process' buffer. usage: (make-network-process &rest ARGS) */) (nargs, args)
