From: Paul Eggert Date: Mon, 2 May 2016 01:14:22 +0000 (-0700) Subject: Merge from origin/emacs-25 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/595195a10e5dd568bf249f5fb6778ae3d7037cd5 Merge from origin/emacs-25 d8affa3 Use ‘T *restrict’ proto, not ‘T[restrict]’ d38d2a8 Fix documentation of 'url-retrieve-synchronously' 586b213 * lisp/url/url.el (url-retrieve-synchronously): Doc fix. (Bu... # Conflicts: # doc/misc/url.texi # lisp/url/url.el --- 595195a10e5dd568bf249f5fb6778ae3d7037cd5 diff --cc doc/misc/url.texi index fe03234d11,a3c6b88ea0..097f626e71 --- a/doc/misc/url.texi +++ b/doc/misc/url.texi @@@ -295,10 -295,9 +295,11 @@@ and returns a buffer containing the dat @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 @var{silent} is non-@code{nil}, don't do any messaging while - retrieving. If @var{inhibit-cookies} is non-@code{nil}, refuse to - store cookies. If @var{timeout} is passed, it should be a number that + If the optional argument @var{silent} is non-@code{nil}, progress + messages are suppressed. If the optional argument @var{no-cookies} is -non-@code{nil}, cookies are not stored or sent. ++non-@code{nil}, cookies are not stored or sent. If the optional ++argument @var{timeout} is non-@code{nil}, it should be a number that +says (in seconds) how long to wait for a response before giving up. @end defun @defun url-retrieve url callback &optional cbargs silent no-cookies