summaryrefslogtreecommitdiff
path: root/lisp/url/url-queue.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-02-10 09:22:09 -0800
committerGlenn Morris <rgm@gnu.org>2012-02-10 09:22:09 -0800
commita48ec60ca1e8df977b155e43e13199a7cb3e4685 (patch)
tree8f0a710505faaf8c7341ac2582da3f5093e21961 /lisp/url/url-queue.el
parent578ad769a6626dca5735ed769b19f0d12933e260 (diff)
downloademacs-a48ec60ca1e8df977b155e43e13199a7cb3e4685.tar.gz
Fix previous URL doc change
* lisp/url/url-queue.el (url-queue-retrieve): Fic previous doc fix. * doc/misc/url.texi (Retrieving URLs): Update url-retrieve arguments. Mention url-queue-retrieve. * etc/NEWS: Related edit.
Diffstat (limited to 'lisp/url/url-queue.el')
-rw-r--r--lisp/url/url-queue.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/url/url-queue.el b/lisp/url/url-queue.el
index 62e5e2f84d4..9dfee485918 100644
--- a/lisp/url/url-queue.el
+++ b/lisp/url/url-queue.el
@@ -57,9 +57,9 @@
(defun url-queue-retrieve (url callback &optional cbargs silent inhibit-cookies)
"Retrieve URL asynchronously and call CALLBACK with CBARGS when finished.
This is like `url-retrieve' (which see for details of the arguments),
-but downloads in parallel. The variable `url-queue-parallel-processes'
-sets the number of concurrent processes. The variable `url-queue-timeout'
-sets a timeout."
+but with limits on the degree of parallelism. The variable
+`url-queue-parallel-processes' sets the number of concurrent processes.
+The variable `url-queue-timeout' sets a timeout."
(setq url-queue
(append url-queue
(list (make-url-queue :url url