diff options
| author | Lars Magne Ingebrigtsen | 2016-04-24 14:55:15 +0200 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2016-04-24 14:55:15 +0200 |
| commit | b876ee8971a8a040e14251f9733e4209ef7ad637 (patch) | |
| tree | 90be9b9946d8aabb0e8d900132df17a5655b1fbc /etc | |
| parent | 234ef3b432b7dff6629a12be5dd03a163b8e8619 (diff) | |
| download | emacs-b876ee8971a8a040e14251f9733e4209ef7ad637.tar.gz emacs-b876ee8971a8a040e14251f9733e4209ef7ad637.zip | |
Document the nil/default values of url-user-agent
* doc/misc/url.texi (Customization): Document the nil/default
values of url-user-agent.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -284,7 +284,7 @@ domain. | |||
| 284 | 284 | ||
| 285 | *** The URL package now support https over proxies supporting CONNECT. | 285 | *** The URL package now support https over proxies supporting CONNECT. |
| 286 | 286 | ||
| 287 | --- | 287 | +++ |
| 288 | *** `url-user-agent' now defaults to `default', and the User-Agent | 288 | *** `url-user-agent' now defaults to `default', and the User-Agent |
| 289 | string is computed dynamically based on `url-privacy-level'. | 289 | string is computed dynamically based on `url-privacy-level'. |
| 290 | 290 | ||