emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 d38d2a8: Fix documentation of 'url-retrieve-synch


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 d38d2a8: Fix documentation of 'url-retrieve-synchronously'
Date: Sun, 01 May 2016 15:29:24 +0000

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

    Fix documentation of 'url-retrieve-synchronously'
    
    * doc/misc/url.texi (Retrieving URLs): Update argument list of
    'url-retrieve-synchronously'.  (Bug#23411)
---
 doc/misc/url.texi |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/doc/misc/url.texi b/doc/misc/url.texi
index c468599..a3c6b88 100644
--- a/doc/misc/url.texi
+++ b/doc/misc/url.texi
@@ -289,11 +289,15 @@ string or a parsed URL structure.  If it is a string, 
that string is
 passed through @code{url-encode-url} before using it, to ensure that
 it is properly URI-encoded (@pxref{URI Encoding}).
 
address@hidden url-retrieve-synchronously url
address@hidden url-retrieve-synchronously url silent no-cookies
 This function synchronously retrieves the data specified by @var{url},
 and returns a buffer containing the data.  The return value is
 @code{nil} if there is no data associated with the URL (as is the case
 for @code{dired}, @code{info}, and @code{mailto} URLs).
+
+If the optional argument @var{silent} is address@hidden, progress
+messages are suppressed.  If the optional argument @var{no-cookies} is
address@hidden, cookies are not stored or sent.
 @end defun
 
 @defun url-retrieve url callback &optional cbargs silent no-cookies



reply via email to

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