diff options
| author | Dmitry Gutov | 2014-09-19 05:55:43 +0400 |
|---|---|---|
| committer | Dmitry Gutov | 2014-09-19 05:55:43 +0400 |
| commit | 35ee96fdcba8a223013759cc0f81bf146f3d47e3 (patch) | |
| tree | 0e3b5228f7ec0456a160080eac6ce725c2e5ae0d /lisp/url/ChangeLog | |
| parent | 3a449b759c008c5c2ffa4524f09d8d90e1c764d4 (diff) | |
| download | emacs-35ee96fdcba8a223013759cc0f81bf146f3d47e3.tar.gz emacs-35ee96fdcba8a223013759cc0f81bf146f3d47e3.zip | |
Clarify url-http and url-retrieve-internal docstrings
* lisp/url/url-http.el (url-http): Same.
* lisp/url/url.el (url-retrieve-internal): Clarify the docstring.
Fixes: debbugs:18116
Diffstat (limited to 'lisp/url/ChangeLog')
| -rw-r--r-- | lisp/url/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index 4880bfea30b..dfaf6f8c529 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2014-09-19 Dmitry <dgutov@yandex.ru> | ||
| 2 | |||
| 3 | * url.el (url-retrieve-internal): Clarify the docstring. | ||
| 4 | |||
| 5 | * url-http.el (url-http): Same. (Bug#18116) | ||
| 6 | |||
| 1 | 2014-06-26 Leo Liu <sdl.web@gmail.com> | 7 | 2014-06-26 Leo Liu <sdl.web@gmail.com> |
| 2 | 8 | ||
| 3 | * url-http.el (url-http-end-of-headers): Remove duplicate defvar. | 9 | * url-http.el (url-http-end-of-headers): Remove duplicate defvar. |