1
0
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:
Stefan Kangas 2024-07-08 17:49:14 +02:00
parent 846c0e10ff
commit ed2986494c
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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.