From: Andreas Schwab Date: Fri, 29 Jun 2018 15:33:26 +0000 (+0200) Subject: * lisp/url/url-http.el (url-http-create-request): Doc fix. X-Git-Tag: emacs-27.0.90~4748 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=08594a975a3d95b1c1eae38af608e487e2edfafc;p=emacs.git * lisp/url/url-http.el (url-http-create-request): Doc fix. --- 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)))