Fixed typo (uri-path->uri instead of uri-path-list->path) noted by Jorgen Schaefer <forcer@forcix.cx>

This commit is contained in:
mainzelm 2004-01-13 14:53:00 +00:00
parent 3027a81a75
commit f231780bf0
1 changed files with 1 additions and 1 deletions

View File

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