]> git.eshelyaron.com Git - emacs.git/commitdiff
* url.el (url-retrieve): Minor doc clarification.
authorChong Yidong <cyd@stupidchicken.com>
Fri, 27 Oct 2006 14:46:59 +0000 (14:46 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 27 Oct 2006 14:46:59 +0000 (14:46 +0000)
lisp/url/url.el

index f20c0a6d48e6c6135457b0ef41ee24ca8d66ea3e..6e4dfa089e7983853ae2f21d64a87642ea3522b3 100644 (file)
@@ -128,10 +128,10 @@ URL is either a string or a parsed URL.
 
 CALLBACK is called when the object has been completely retrieved, with
 the current buffer containing the object, and any MIME headers associated
-with it.  It is called as (apply CALLBACK STATUS CBARGS), where STATUS
-is a list with an even number of elements representing what happened
-during the request, with most recent events first.  Each pair is one
-of:
+with it.  It is called as (apply CALLBACK STATUS CBARGS).
+STATUS is a list with an even number of elements 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