]> git.eshelyaron.com Git - emacs.git/commitdiff
Checkdoc fixes in `url/*.el`
authorStefan Kangas <stefankangas@gmail.com>
Mon, 8 Jul 2024 15:49:14 +0000 (17:49 +0200)
committerEshel Yaron <me@eshelyaron.com>
Tue, 9 Jul 2024 17:50:30 +0000 (19:50 +0200)
* lisp/url/url-util.el (url-query-key-value-allowed-chars):
* lisp/url/url.el (url-retrieve-synchronously): Checkdoc fixes.

(cherry picked from commit ed2986494c7c3fb6aaeb7647c6812c4091500222)

lisp/url/url-util.el
lisp/url/url.el

index f41c5b07ffa39f6bf4a0106c2a87bbf733df8059..8e958eee0b760b7f736165acaa7fd50e46312c2b 100644 (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)
index 0ac2917b2131d8d4ee36c1bd5a23523d0405066b..2bf62d7cfbb16270f616fd6fa6e364f8120989f2 100644 (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.