diff options
| -rw-r--r-- | man/url.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/url.texi b/man/url.texi index f5c15e2dff5..aa4188b196f 100644 --- a/man/url.texi +++ b/man/url.texi | |||
| @@ -327,10 +327,10 @@ can be served in more than one encoding. | |||
| 327 | 327 | ||
| 328 | HTTP allows specifying a list of MIME charsets which indicate your | 328 | HTTP allows specifying a list of MIME charsets which indicate your |
| 329 | preferred character set encodings, e.g.@: Latin-9 or Big5, and these | 329 | preferred character set encodings, e.g.@: Latin-9 or Big5, and these |
| 330 | can be weighted. In Emacs 21 this list is generated automatically | 330 | can be weighted. This list is generated automatically from the list |
| 331 | from the list of defined coding systems which have associated MIME | 331 | of defined coding systems which have associated MIME types. These are |
| 332 | types. These are sorted by coding priority. @xref{Recognize Coding, | 332 | sorted by coding priority. @xref{Recognize Coding, , Recognizing |
| 333 | , Recognizing Coding Systems, emacs, The GNU Emacs Manual}. | 333 | Coding Systems, emacs, The GNU Emacs Manual}. |
| 334 | @end defopt | 334 | @end defopt |
| 335 | 335 | ||
| 336 | @defopt url-mime-language-string | 336 | @defopt url-mime-language-string |