]> git.eshelyaron.com Git - emacs.git/commitdiff
Describe error data in url-retrieve better
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 15 May 2019 07:45:08 +0000 (09:45 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 15 May 2019 07:45:08 +0000 (09:45 +0200)
* lisp/url/url.el (url-retrieve): Describe the error data more in
depth (bug#25735).

lisp/url/url.el

index ed0947795b06dc8229be3b62ed5a5dcd4884dfe5..5242d42f04c3f1a68ea4ee11e6f812447ea80a0f 100644 (file)
@@ -136,9 +136,11 @@ STATUS is a plist representing what happened during the request,
 with most recent events first, or an empty list if no events have
 occurred.  Each pair is one of:
 
-\(:redirect REDIRECTED-TO) - the request was redirected to this URL
-\(:error (ERROR-SYMBOL . DATA)) - an error occurred.  The error can be
-signaled with (signal ERROR-SYMBOL DATA).
+\(:redirect REDIRECTED-TO) - the request was redirected to this URL.
+
+\(:error (error type . DATA)) - an error occurred.  TYPE is a
+symbol that says something about where the error occurred, and
+DATA is a list (possibly nil) that describes the error further.
 
 Return the buffer URL will load into, or nil if the process has
 already completed (i.e. URL was a mailto URL or similar; in this case