changeset 88005:858074177461

(url-generic-parse-url): Fix docstring.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 26 Jan 2008 19:46:17 +0000
parents fc19a7a0c967
children 679daa89677a
files lisp/url/url-parse.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/url/url-parse.el	Sat Jan 26 17:23:56 2008 +0000
+++ b/lisp/url/url-parse.el	Sat Jan 26 19:46:17 2008 +0000
@@ -77,9 +77,9 @@
 
 ;;;###autoload
 (defun url-generic-parse-url (url)
-  "Return a vector of the parts of URL.
-Format is:
-\[TYPE USER PASSWORD HOST PORT FILE TARGET ATTRIBUTES FULL\]"
+  "Return an URL-struct of the parts of URL.
+The CL-style struct contains the following fields:
+TYPE USER PASSWORD HOST PORTSPEC FILENAME TARGET ATTRIBUTES FULLNESS."
   ;; See RFC 3986.
   (cond
    ((null url)