Checkdoc fixes in url/*.el
* lisp/url/url-util.el (url-query-key-value-allowed-chars): * lisp/url/url.el (url-retrieve-synchronously): Checkdoc fixes.
This commit is contained in:
parent
846c0e10ff
commit
ed2986494c
2 changed files with 2 additions and 2 deletions
|
@ -378,7 +378,7 @@ These characters are specified in RFC 3986, Appendix A.")
|
||||||
(aset vec ?\; nil)
|
(aset vec ?\; nil)
|
||||||
vec)
|
vec)
|
||||||
"Allowed-character byte mask for keys and values in the query segment of a URI.
|
"Allowed-character byte mask for keys and values in the query segment of a URI.
|
||||||
url-query-allowed-chars minus '=', '&', and ';'.")
|
`url-query-allowed-chars' minus '=', '&', and ';'.")
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun url-encode-url (url)
|
(defun url-encode-url (url)
|
||||||
|
|
|
@ -227,7 +227,7 @@ URL-encoded before it's used."
|
||||||
(defun url-retrieve-synchronously (url &optional silent inhibit-cookies timeout)
|
(defun url-retrieve-synchronously (url &optional silent inhibit-cookies timeout)
|
||||||
"Retrieve URL synchronously.
|
"Retrieve URL synchronously.
|
||||||
Return the buffer containing the data, or nil if there are no data
|
Return the buffer containing the data, or nil if there are no data
|
||||||
associated with it (the case for dired, info, or mailto URLs that need
|
associated with it (the case for Dired, info, or mailto URLs that need
|
||||||
no further processing). URL is either a string or a parsed URL.
|
no further processing). URL is either a string or a parsed URL.
|
||||||
|
|
||||||
If SILENT is non-nil, don't do any messaging while retrieving.
|
If SILENT is non-nil, don't do any messaging while retrieving.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue