Mercurial > emacs
changeset 47542:62a08cd28e83
(make-network-process): Doc fix (there is no network-server-log-function hook).
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Wed, 18 Sep 2002 19:30:26 +0000 |
parents | ac74c9966df5 |
children | be6ae2adff50 |
files | src/process.c |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/process.c Wed Sep 18 19:30:10 2002 +0000 +++ b/src/process.c Wed Sep 18 19:30:26 2002 +0000 @@ -2523,9 +2523,8 @@ 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)