diff options
| author | Tino Calancha | 2017-11-29 11:42:11 +0900 |
|---|---|---|
| committer | Tino Calancha | 2017-11-29 11:42:11 +0900 |
| commit | d670a15f254e2f077fa528b3e76d31d2ca415e69 (patch) | |
| tree | 07bbf8eff1845a1def341501cea8b28ed5a822ef | |
| parent | 99d07e8d5e2d79c21915f1dbb8d1307a5d818b39 (diff) | |
| download | emacs-d670a15f254e2f077fa528b3e76d31d2ca415e69.tar.gz emacs-d670a15f254e2f077fa528b3e76d31d2ca415e69.zip | |
* doc/misc/url.texi (http/https): Fix typo
| -rw-r--r-- | doc/misc/url.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/url.texi b/doc/misc/url.texi index e98fab4e011..075d0f6fed1 100644 --- a/doc/misc/url.texi +++ b/doc/misc/url.texi | |||
| @@ -401,7 +401,7 @@ gateway method to be used. @xref{Gateways in general}. | |||
| 401 | @defopt url-honor-refresh-requests | 401 | @defopt url-honor-refresh-requests |
| 402 | If this option is non-@code{nil} (the default), the @code{url} library | 402 | If this option is non-@code{nil} (the default), the @code{url} library |
| 403 | honors the HTTP @samp{Refresh} header, which is used by servers to | 403 | honors the HTTP @samp{Refresh} header, which is used by servers to |
| 404 | direct clients to reload documents from the same URL or a or different | 404 | direct clients to reload documents from the same URL or a different |
| 405 | one. If the value is @code{nil}, the @samp{Refresh} header is | 405 | one. If the value is @code{nil}, the @samp{Refresh} header is |
| 406 | ignored; any other value means to ask the user on each request. | 406 | ignored; any other value means to ask the user on each request. |
| 407 | @end defopt | 407 | @end defopt |