diff options
| author | Kim F. Storm | 2002-09-18 19:30:26 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2002-09-18 19:30:26 +0000 |
| commit | 9e9a579219112cf41e352436456aff78812e2a9b (patch) | |
| tree | b199aacbaa024ae15dcabc0e14b9775108b6e412 /src/process.c | |
| parent | 454d0d5e7fb60d72e855420d18180517701303b8 (diff) | |
| download | emacs-9e9a579219112cf41e352436456aff78812e2a9b.tar.gz emacs-9e9a579219112cf41e352436456aff78812e2a9b.zip | |
(make-network-process): Doc fix (there is no network-server-log-function hook).
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/process.c b/src/process.c index c12dda174f3..6f96281ae74 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -2523,9 +2523,8 @@ addressing information (typically an IP address and a port number). | |||
| 2523 | 2523 | ||
| 2524 | Notice that the FILTER and SENTINEL args are never used directly by | 2524 | Notice that the FILTER and SENTINEL args are never used directly by |
| 2525 | the server process. Also, the BUFFER argument is not used directly by | 2525 | the server process. Also, the BUFFER argument is not used directly by |
| 2526 | the server process, but via `network-server-log-function' hook, a log | 2526 | the server process, but via the optional :log function, accepted (and |
| 2527 | of the accepted (and failed) connections may be recorded in the server | 2527 | failed) connections may be logged in the server process' buffer. |
| 2528 | process' buffer. | ||
| 2529 | 2528 | ||
| 2530 | usage: (make-network-process &rest ARGS) */) | 2529 | usage: (make-network-process &rest ARGS) */) |
| 2531 | (nargs, args) | 2530 | (nargs, args) |