diff options
| author | Richard M. Stallman | 2005-03-23 14:46:53 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-03-23 14:46:53 +0000 |
| commit | 4a0c63588f71307d5cbc378c810abf9c7002d949 (patch) | |
| tree | 144fcfe7812da51d06a2a817ad5c783837954506 | |
| parent | f2fd3623780e633e6203925975f7b17230597380 (diff) | |
| download | emacs-4a0c63588f71307d5cbc378c810abf9c7002d949.tar.gz emacs-4a0c63588f71307d5cbc378c810abf9c7002d949.zip | |
(HTTP language/coding): Improve last change.
| -rw-r--r-- | man/url.texi | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/man/url.texi b/man/url.texi index e06656ef5b5..64e4e76a3ab 100644 --- a/man/url.texi +++ b/man/url.texi | |||
| @@ -319,10 +319,14 @@ Default is one hour. | |||
| 319 | HTTP allows clients to express preferences for the language and | 319 | HTTP allows clients to express preferences for the language and |
| 320 | encoding of documents which servers may honour. For each of these | 320 | encoding of documents which servers may honour. For each of these |
| 321 | variables, the value is a string; it can specify a single choice, or | 321 | variables, the value is a string; it can specify a single choice, or |
| 322 | it can be a comma-separated list in descending order of preference. | 322 | it can be a comma-separated list. |
| 323 | Each element can be followed by @samp{;q=@var{priority}} to specify | 323 | |
| 324 | its preference level; e.g., for @code{url-mime-language-string}, | 324 | Normally this list ordered by descending preference. However, each |
| 325 | @w{@code{"de, en-gb;q=0.8, en;q=0.7"}}. | 325 | element can be followed by @samp{;q=@var{priority}} to specify its |
| 326 | preference level, a decimal number from 0 to 1; e.g., for | ||
| 327 | @code{url-mime-language-string}, @w{@code{"de, en-gb;q=0.8, | ||
| 328 | en;q=0.7"}}. An element that has no @samp{;q} specification has | ||
| 329 | preference level 1. | ||
| 326 | 330 | ||
| 327 | @defopt url-mime-charset-string | 331 | @defopt url-mime-charset-string |
| 328 | @cindex character sets | 332 | @cindex character sets |