branch: externals/plz commit 106ef828ea44a5802df8c064281848d7a5513ffd Author: Adam Porter <a...@alphapapa.net> Commit: Adam Porter <a...@alphapapa.net>
Docs: (plz) Improve docstring on TIMEOUT argument --- plz.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plz.el b/plz.el index f5d8d5b16a..56ae9d4e04 100644 --- a/plz.el +++ b/plz.el @@ -393,8 +393,8 @@ THEN or ELSE, as appropriate. For synchronous requests, this argument is ignored. CONNECT-TIMEOUT and TIMEOUT are a number of seconds that limit -how long it takes to connect to a host and to receive a response -from a host, respectively. +how long it takes to connect to a host and to receive a complete +response from a host, respectively. NOQUERY is passed to `make-process', which see.