]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/url/url-http.el (url-http-create-request): Doc fix.
authorAndreas Schwab <schwab@linux-m68k.org>
Fri, 29 Jun 2018 15:33:26 +0000 (17:33 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Fri, 29 Jun 2018 15:33:43 +0000 (17:33 +0200)
lisp/url/url-http.el

index 817c5ce3b3db02624dcf72a9988993f374923389..6b5749e1bcebd00ba3b5b286afb7b5d90002ec1f 100644 (file)
@@ -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)))