From: Eli Zaretskii Date: Sun, 1 May 2016 15:24:51 +0000 (+0300) Subject: * lisp/url/url.el (url-retrieve-synchronously): Doc fix. (Bug#23411) X-Git-Tag: emacs-25.0.94~121 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/586b21393fb1073a91533c25339c4560b0d9e02e * lisp/url/url.el (url-retrieve-synchronously): Doc fix. (Bug#23411) --- diff --git a/lisp/url/url.el b/lisp/url/url.el index 4837ba07f7..91adada5e8 100644 --- a/lisp/url/url.el +++ b/lisp/url/url.el @@ -225,7 +225,10 @@ URL-encoded before it's used." "Retrieve URL synchronously. Return the buffer containing the data, or nil if there are no data associated with it (the case for dired, info, or mailto URLs that need -no further processing). URL is either a string or a parsed URL." +no further processing). URL is either a string or a parsed URL. +If SILENT is non-nil, don't display progress reports and similar messages. +If INHIBIT-COOKIES is non-nil, cookies will neither be stored nor sent +to the server." (url-do-setup) (let ((retrieval-done nil)