From 9e9a579219112cf41e352436456aff78812e2a9b Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Wed, 18 Sep 2002 19:30:26 +0000 Subject: [PATCH] (make-network-process): Doc fix (there is no network-server-log-function hook). --- src/process.c | 5 ++--- 1 file 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). 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) -- 2.39.5