diff options
| author | Glenn Morris | 2011-03-02 23:14:16 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-03-02 23:14:16 -0800 |
| commit | e0535b76aff1d7a3ba9cc396d3024cbcb5585819 (patch) | |
| tree | ea31e26fe0682f699107daa559f3b532f736ce99 /doc/misc | |
| parent | fb532fe81139ed32003f29fc6a6358eb3c7fbcab (diff) | |
| download | emacs-e0535b76aff1d7a3ba9cc396d3024cbcb5585819.tar.gz emacs-e0535b76aff1d7a3ba9cc396d3024cbcb5585819.zip | |
url.texi doc fix for bug#6038.
* doc/misc/url.texi (Dealing with HTTP documents): Remove reference to
function url-decode-text-part; never seems to have existed in any version.
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/misc/url.texi | 15 |
2 files changed, 6 insertions, 14 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 9f1f48aec1f..6dd0fcbff74 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-03-03 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * url.texi (Dealing with HTTP documents): Remove reference to | ||
| 4 | function url-decode-text-part; never seems to have existed. (Bug#6038) | ||
| 5 | |||
| 1 | 2011-03-02 Glenn Morris <rgm@gnu.org> | 6 | 2011-03-02 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * dired-x.texi (Multiple Dired Directories): Remove mentions | 8 | * dired-x.texi (Multiple Dired Directories): Remove mentions |
diff --git a/doc/misc/url.texi b/doc/misc/url.texi index 2bde54a8dea..5ea3eabaff3 100644 --- a/doc/misc/url.texi +++ b/doc/misc/url.texi | |||
| @@ -383,20 +383,7 @@ Currently this is just the raw header contents. | |||
| 383 | HTTP URLs are retrieved into a buffer containing the HTTP headers | 383 | HTTP URLs are retrieved into a buffer containing the HTTP headers |
| 384 | followed by the body. Since the headers are quasi-MIME, they may be | 384 | followed by the body. Since the headers are quasi-MIME, they may be |
| 385 | processed using the MIME library. @xref{Top,, Emacs MIME, | 385 | processed using the MIME library. @xref{Top,, Emacs MIME, |
| 386 | emacs-mime, The Emacs MIME Manual}. The URL package provides a | 386 | emacs-mime, The Emacs MIME Manual}. |
| 387 | function to do this in general: | ||
| 388 | |||
| 389 | @defun url-decode-text-part handle &optional coding | ||
| 390 | This function decodes charset-encoded text in the current buffer. In | ||
| 391 | Emacs, the buffer is expected to be unibyte initially and is set to | ||
| 392 | multibyte after decoding. | ||
| 393 | HANDLE is the MIME handle of the original part. CODING is an explicit | ||
| 394 | coding to use, overriding what the MIME headers specify. | ||
| 395 | The coding system used for the decoding is returned. | ||
| 396 | |||
| 397 | Note that this function doesn't deal with @samp{http-equiv} charset | ||
| 398 | specifications in HTML @samp{<meta>} elements. | ||
| 399 | @end defun | ||
| 400 | 387 | ||
| 401 | @node file/ftp | 388 | @node file/ftp |
| 402 | @section file and ftp | 389 | @section file and ftp |