From f231780bf0ffdba0d4099d75dbee280872ccef42 Mon Sep 17 00:00:00 2001 From: mainzelm Date: Tue, 13 Jan 2004 14:53:00 +0000 Subject: [PATCH] Fixed typo (uri-path->uri instead of uri-path-list->path) noted by Jorgen Schaefer --- doc/latex/url.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/latex/url.tex b/doc/latex/url.tex index 687fb1e..cceb609 100644 --- a/doc/latex/url.tex +++ b/doc/latex/url.tex @@ -69,7 +69,7 @@ For details about escaping and unescaping see Chapter~\ref{cha:uri}. (like \ex{anonymous@clark.lcs.mit.edu:80}). \var{Path} contains the URL's URI path ( a list). These elements are in raw, unescaped format. To convert them back to a string, use - \ex{(uri-path-list->path (map escape-uri pathlist))}. \var{Search} + \ex{(uri-path->uri (map escape-uri pathlist))}. \var{Search} and \var{frag-id} are the last two parts of the URL. (See Chapter~\ref{cha:uri} about parts of an URI.)