diff options
Diffstat (limited to 'lisp/url/url-util.el')
-rw-r--r-- | lisp/url/url-util.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/url/url-util.el b/lisp/url/url-util.el index 11ee15fdd4e..95e808f764d 100644 --- a/lisp/url/url-util.el +++ b/lisp/url/url-util.el @@ -74,7 +74,8 @@ If a list, it is a list of the types of messages to be logged." ;;;###autoload (defun url-parse-args (str &optional nodowncase) - ;; Return an assoc list of attribute/value pairs from an RFC822-type string + ;; Return an assoc list of attribute/value pairs from a string + ;; that uses RFC 822 (or later) format. (let ( name ; From name= value ; its value |