emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 586b213: * lisp/url/url.el (url-retrieve-synchron


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 586b213: * lisp/url/url.el (url-retrieve-synchronously): Doc fix. (Bug#23411)
Date: Sun, 01 May 2016 15:25:15 +0000

branch: emacs-25
commit 586b21393fb1073a91533c25339c4560b0d9e02e
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    * 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 4837ba0..91adada 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]