summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/url/url-http.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/url/url-http.el b/lisp/url/url-http.el
index 817c5ce3b3d..6b5749e1bce 100644
--- a/lisp/url/url-http.el
+++ b/lisp/url/url-http.el
@@ -285,8 +285,8 @@ The string is based on `url-privacy-level' and `url-user-agent'."
(if ua-string (format "User-Agent: %s\r\n" (string-trim ua-string)) "")))
(defun url-http-create-request ()
- "Create an HTTP request for `url-http-target-url', using `url-http-referer'
-as the Referer-header (subject to `url-privacy-level'."
+ "Create an HTTP request for `url-http-target-url'.
+Use `url-http-referer' as the Referer-header (subject to `url-privacy-level')."
(let* ((extra-headers)
(request nil)
(no-cache (cdr-safe (assoc "Pragma" url-http-extra-headers)))