]> git.eshelyaron.com Git - emacs.git/commitdiff
(url-generic-parse-url): Fix docstring.
authorStefan Monnier <monnier@iro.umontreal.ca>
Sat, 26 Jan 2008 19:46:17 +0000 (19:46 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sat, 26 Jan 2008 19:46:17 +0000 (19:46 +0000)
lisp/url/url-parse.el

index f47ff9a37c39984beb7c1d8f9edddcf23027d879..7d09150d52c180bd215d76e41ca8be46451b72b4 100644 (file)
@@ -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)