aboutsummaryrefslogtreecommitdiffstats
path: root/man/url.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2004-12-08 20:10:22 +0000
committerRichard M. Stallman <[email protected]>2004-12-08 20:10:22 +0000
commit89281a95cf93a432ebaf6a40f306949b3a7f1e98 (patch)
tree67855e9bebb899b610d077a727a5d339c14d50b7 /man/url.texi
parente5eea16441b779b6ce462d848870eafc028dd522 (diff)
Update @setfilename.
(Getting Started): No need to worry about Gnus versions. (Dealing with HTTP documents): Use @inforef.
Diffstat (limited to 'man/url.texi')
-rw-r--r--man/url.texi12
1 files changed, 4 insertions, 8 deletions
diff --git a/man/url.texi b/man/url.texi
index ec9c973b33..5f36826d92 100644
--- a/man/url.texi
+++ b/man/url.texi
@@ -1,5 +1,5 @@
\input texinfo
-@setfilename url.info
+@setfilename ../info/url
@settitle URL Programmer's Manual
@iftex
@@ -114,10 +114,6 @@ sent).@c , but @xref{Other Variables, url-bad-port-list}.
The meaning of
the @var{path} component depends on the service.
-The library depends on MIME support provided by the @samp{mm-}
-packages from Gnus 5.8 or later. @xref{(emacs-mime)Top, The MIME
-library}.
-
@menu
* Configuration::
* Parsed URLs:: URLs are parsed into vector structures.
@@ -388,9 +384,9 @@ 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{(emacs-mime)Top, The MIME
-library}. The MIME library doesn't provide a clean function to do
-that, so the URL library does.
+processed using the MIME library. @inforef{Top, The MIME library,
+emacs-mime}. 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