]> git.eshelyaron.com Git - emacs.git/commitdiff
(make-network-process): Doc fix (there is no network-server-log-function hook).
authorKim F. Storm <storm@cua.dk>
Wed, 18 Sep 2002 19:30:26 +0000 (19:30 +0000)
committerKim F. Storm <storm@cua.dk>
Wed, 18 Sep 2002 19:30:26 +0000 (19:30 +0000)
src/process.c

index c12dda174f38531e5f1784351c8f5871f4c839d1..6f96281ae744231569edda8af09e4095d11efa54 100644 (file)
@@ -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)