emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r103490: url.texi doc fix for bug#603


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103490: url.texi doc fix for bug#6038.
Date: Wed, 02 Mar 2011 23:14:16 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 103490
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2011-03-02 23:14:16 -0800
message:
  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.
modified:
  doc/misc/ChangeLog
  doc/misc/url.texi
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2011-03-02 07:59:02 +0000
+++ b/doc/misc/ChangeLog        2011-03-03 07:14:16 +0000
@@ -1,3 +1,8 @@
+2011-03-03  Glenn Morris  <address@hidden>
+
+       * 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  <address@hidden>
 
        * dired-x.texi (Multiple Dired Directories): Remove mentions

=== modified file 'doc/misc/url.texi'
--- a/doc/misc/url.texi 2011-02-19 19:40:59 +0000
+++ b/doc/misc/url.texi 2011-03-03 07:14:16 +0000
@@ -383,20 +383,7 @@
 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:
-
address@hidden 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{<meta>} elements.
address@hidden defun
+emacs-mime, The Emacs MIME Manual}.
 
 @node file/ftp
 @section file and ftp


reply via email to

[Prev in Thread] Current Thread [Next in Thread]