1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-01 11:14:55 +00:00

(url-generic-parse-url): Fix docstring.

This commit is contained in:
Stefan Monnier 2008-01-26 19:46:17 +00:00
parent e317200134
commit 66991ff0a0

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