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.)