]> code.delx.au - gnu-emacs/commitdiff
* lisp/url/url.el (url-retrieve-synchronously): Doc fix. (Bug#23411)
authorEli Zaretskii <eliz@gnu.org>
Sun, 1 May 2016 15:24:51 +0000 (18:24 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 1 May 2016 15:24:51 +0000 (18:24 +0300)
lisp/url/url.el

index 4837ba07f7e903cc0271c3106bf161db92126eef..91adada5e8575c30378db91d34ffe1d11855fd14 100644 (file)
@@ -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)