[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master 08594a9: * lisp/url/url-http.el (url-http-create-re
From: |
Andreas Schwab |
Subject: |
[Emacs-diffs] master 08594a9: * lisp/url/url-http.el (url-http-create-request): Doc fix. |
Date: |
Fri, 29 Jun 2018 11:36:07 -0400 (EDT) |
branch: master
commit 08594a975a3d95b1c1eae38af608e487e2edfafc
Author: Andreas Schwab <address@hidden>
Commit: Andreas Schwab <address@hidden>
* lisp/url/url-http.el (url-http-create-request): Doc fix.
---
lisp/url/url-http.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lisp/url/url-http.el b/lisp/url/url-http.el
index 817c5ce..6b5749e 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)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] master 08594a9: * lisp/url/url-http.el (url-http-create-request): Doc fix.,
Andreas Schwab <=