emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/url/url.el,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lisp/url/url.el,v
Date: Fri, 27 Oct 2006 14:46:59 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      06/10/27 14:46:59

Index: url.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/url/url.el,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- url.el      27 Oct 2006 14:44:25 -0000      1.22
+++ url.el      27 Oct 2006 14:46:59 -0000      1.23
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]