]> git.eshelyaron.com Git - emacs.git/commitdiff
Clarify url-http and url-retrieve-internal docstrings
authorDmitry Gutov <dgutov@yandex.ru>
Fri, 19 Sep 2014 01:55:43 +0000 (05:55 +0400)
committerDmitry Gutov <dgutov@yandex.ru>
Fri, 19 Sep 2014 01:55:43 +0000 (05:55 +0400)
* lisp/url/url-http.el (url-http): Same.

* lisp/url/url.el (url-retrieve-internal): Clarify the docstring.

Fixes: debbugs:18116
lisp/url/ChangeLog
lisp/url/url-http.el
lisp/url/url.el

index 4880bfea30b808b1fe4c0872d20f7e8c43ba1100..dfaf6f8c5297fce18ee8d166f1d929bb28bcc217 100644 (file)
@@ -1,3 +1,9 @@
+2014-09-19  Dmitry  <dgutov@yandex.ru>
+
+       * url.el (url-retrieve-internal): Clarify the docstring.
+
+       * url-http.el (url-http): Same.  (Bug#18116)
+
 2014-06-26  Leo Liu  <sdl.web@gmail.com>
 
        * url-http.el (url-http-end-of-headers): Remove duplicate defvar.
index dcb86689ca9efdcde8aa6640520c4f2eef6797aa..b0a3b688a55d751bd568f30134ed0e98b2bbdae0 100644 (file)
@@ -1170,8 +1170,8 @@ the end of the document."
   "Retrieve URL via HTTP asynchronously.
 URL must be a parsed URL.  See `url-generic-parse-url' for details.
 
-When retrieval is completed, execute the function CALLBACK, using
-the arguments listed in CBARGS.  The first element in CBARGS
+When retrieval is completed, execute the function CALLBACK, passing it
+an updated value of CBARGS as arguments.  The first element in CBARGS
 should be a plist describing what has happened so far during the
 request, as described in the docstring of `url-retrieve' (if in
 doubt, specify nil).
index cbbcfd4f18b60595acff8220dff3e5a19a5b67cd..ca18d718dcbf3577d519f5c846e800f30a5ff52a 100644 (file)
@@ -170,8 +170,8 @@ URL-encoded before it's used."
 (defun url-retrieve-internal (url callback cbargs &optional silent
                                  inhibit-cookies)
   "Internal function; external interface is `url-retrieve'.
-CBARGS is the list of arguments that the callback function will
-receive; its first element should be a plist specifying what has
+The callback function will receive an updated value of CBARGS as
+arguments; its first element should be a plist specifying what has
 happened so far during the request, as described in the docstring
 of `url-retrieve' (if in doubt, specify nil).