]> code.delx.au - gnu-emacs/blobdiff - lisp/url/url.el
Fix bug #19157 with incorrect hscroll during I-search.
[gnu-emacs] / lisp / url / url.el
index 620593a9a811a0336f87afe9b4a19e31b6956ac8..4594ab6a7f7d40723e020360e03240411cabe2ec 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).