From 586b21393fb1073a91533c25339c4560b0d9e02e Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 1 May 2016 18:24:51 +0300 Subject: [PATCH] * lisp/url/url.el (url-retrieve-synchronously): Doc fix. (Bug#23411) --- lisp/url/url.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/url/url.el b/lisp/url/url.el index 4837ba07f7e..91adada5e85 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) -- 2.39.2