From: Kim F. Storm Date: Wed, 18 Sep 2002 19:30:26 +0000 (+0000) Subject: (make-network-process): Doc fix (there is no network-server-log-function hook). X-Git-Tag: ttn-vms-21-2-B4~13117 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9e9a579219112cf41e352436456aff78812e2a9b;p=emacs.git (make-network-process): Doc fix (there is no network-server-log-function hook). --- 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)