# HG changeset patch # User Chong Yidong # Date 1161960419 0 # Node ID 147c5e159c285aee38d6bf9528a34dfc1a061d8e # Parent 437fb645afb4cc07e624c72376bff506c17e3712 * url.el (url-retrieve): Minor doc clarification. diff -r 437fb645afb4 -r 147c5e159c28 lisp/url/url.el --- a/lisp/url/url.el Fri Oct 27 14:44:25 2006 +0000 +++ b/lisp/url/url.el Fri Oct 27 14:46:59 2006 +0000 @@ -128,10 +128,10 @@ 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