aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorGlenn Morris2011-03-02 23:14:16 -0800
committerGlenn Morris2011-03-02 23:14:16 -0800
commite0535b76aff1d7a3ba9cc396d3024cbcb5585819 (patch)
treeea31e26fe0682f699107daa559f3b532f736ce99 /doc/misc
parentfb532fe81139ed32003f29fc6a6358eb3c7fbcab (diff)
downloademacs-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/ChangeLog5
-rw-r--r--doc/misc/url.texi15
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 @@
12011-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
12011-03-02 Glenn Morris <rgm@gnu.org> 62011-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.
383HTTP URLs are retrieved into a buffer containing the HTTP headers 383HTTP URLs are retrieved into a buffer containing the HTTP headers
384followed by the body. Since the headers are quasi-MIME, they may be 384followed by the body. Since the headers are quasi-MIME, they may be
385processed using the MIME library. @xref{Top,, Emacs MIME, 385processed using the MIME library. @xref{Top,, Emacs MIME,
386emacs-mime, The Emacs MIME Manual}. The URL package provides a 386emacs-mime, The Emacs MIME Manual}.
387function to do this in general:
388
389@defun url-decode-text-part handle &optional coding
390This function decodes charset-encoded text in the current buffer. In
391Emacs, the buffer is expected to be unibyte initially and is set to
392multibyte after decoding.
393HANDLE is the MIME handle of the original part. CODING is an explicit
394coding to use, overriding what the MIME headers specify.
395The coding system used for the decoding is returned.
396
397Note that this function doesn't deal with @samp{http-equiv} charset
398specifications 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