aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPaul Eggert2016-05-01 18:14:22 -0700
committerPaul Eggert2016-05-01 18:14:22 -0700
commit595195a10e5dd568bf249f5fb6778ae3d7037cd5 (patch)
treee973d6ef419ca9c48563b03587184e58ee0df5ed /doc
parentd6ec146ff9b66a1849932f90f3a5edade28d4579 (diff)
parentd8affa3dc5267c5da120ac09e14a81e0afed8fe8 (diff)
downloademacs-595195a10e5dd568bf249f5fb6778ae3d7037cd5.tar.gz
emacs-595195a10e5dd568bf249f5fb6778ae3d7037cd5.zip
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
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/url.texi7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/misc/url.texi b/doc/misc/url.texi
index fe03234d111..097f626e718 100644
--- a/doc/misc/url.texi
+++ b/doc/misc/url.texi
@@ -295,9 +295,10 @@ and returns a buffer containing the data. The return value is
295@code{nil} if there is no data associated with the URL (as is the case 295@code{nil} if there is no data associated with the URL (as is the case
296for @code{dired}, @code{info}, and @code{mailto} URLs). 296for @code{dired}, @code{info}, and @code{mailto} URLs).
297 297
298If @var{silent} is non-@code{nil}, don't do any messaging while 298If the optional argument @var{silent} is non-@code{nil}, progress
299retrieving. If @var{inhibit-cookies} is non-@code{nil}, refuse to 299messages are suppressed. If the optional argument @var{no-cookies} is
300store cookies. If @var{timeout} is passed, it should be a number that 300non-@code{nil}, cookies are not stored or sent. If the optional
301argument @var{timeout} is non-@code{nil}, it should be a number that
301says (in seconds) how long to wait for a response before giving up. 302says (in seconds) how long to wait for a response before giving up.
302@end defun 303@end defun
303 304