mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-21 06:55:39 +00:00
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
@ -378,7 +378,7 @@ These characters are specified in RFC 3986, Appendix A.")
|
||||
(aset vec ?\; nil)
|
||||
vec)
|
||||
"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
|
||||
(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)
|
||||
"Retrieve URL synchronously.
|
||||
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.
|
||||
|
||||
If SILENT is non-nil, don't do any messaging while retrieving.
|
||||
|
Loading…
Reference in New Issue
Block a user