From e0535b76aff1d7a3ba9cc396d3024cbcb5585819 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 2 Mar 2011 23:14:16 -0800 Subject: [PATCH] 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. --- doc/misc/ChangeLog | 5 +++++ doc/misc/url.texi | 15 +-------------- 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 9f1f48aec1..6dd0fcbff7 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,8 @@ +2011-03-03 Glenn Morris + + * url.texi (Dealing with HTTP documents): Remove reference to + function url-decode-text-part; never seems to have existed. (Bug#6038) + 2011-03-02 Glenn Morris * dired-x.texi (Multiple Dired Directories): Remove mentions diff --git a/doc/misc/url.texi b/doc/misc/url.texi index 2bde54a8de..5ea3eabaff 100644 --- a/doc/misc/url.texi +++ b/doc/misc/url.texi @@ -383,20 +383,7 @@ Currently this is just the raw header contents. HTTP URLs are retrieved into a buffer containing the HTTP headers followed by the body. Since the headers are quasi-MIME, they may be processed using the MIME library. @xref{Top,, Emacs MIME, -emacs-mime, The Emacs MIME Manual}. The URL package provides a -function to do this in general: - -@defun url-decode-text-part handle &optional coding -This function decodes charset-encoded text in the current buffer. In -Emacs, the buffer is expected to be unibyte initially and is set to -multibyte after decoding. -HANDLE is the MIME handle of the original part. CODING is an explicit -coding to use, overriding what the MIME headers specify. -The coding system used for the decoding is returned. - -Note that this function doesn't deal with @samp{http-equiv} charset -specifications in HTML @samp{} elements. -@end defun +emacs-mime, The Emacs MIME Manual}. @node file/ftp @section file and ftp -- 2.20.1