aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
authorKim F. Storm2002-09-18 19:30:26 +0000
committerKim F. Storm2002-09-18 19:30:26 +0000
commit9e9a579219112cf41e352436456aff78812e2a9b (patch)
treeb199aacbaa024ae15dcabc0e14b9775108b6e412 /src/process.c
parent454d0d5e7fb60d72e855420d18180517701303b8 (diff)
downloademacs-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.c5
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
2524Notice that the FILTER and SENTINEL args are never used directly by 2524Notice that the FILTER and SENTINEL args are never used directly by
2525the server process. Also, the BUFFER argument is not used directly by 2525the server process. Also, the BUFFER argument is not used directly by
2526the server process, but via `network-server-log-function' hook, a log 2526the server process, but via the optional :log function, accepted (and
2527of the accepted (and failed) connections may be recorded in the server 2527failed) connections may be logged in the server process' buffer.
2528process' buffer.
2529 2528
2530usage: (make-network-process &rest ARGS) */) 2529usage: (make-network-process &rest ARGS) */)
2531 (nargs, args) 2530 (nargs, args)