aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormousebot <mousebot@riseup.net>2021-05-06 20:22:34 +0200
committermousebot <mousebot@riseup.net>2021-05-06 20:22:34 +0200
commitc3aaae8614978c7103bc154bf4ea9907fed36eec (patch)
tree3fbe891d55e2da24d67b087266a1956925e943d3
parent1dca682bc22945a2e92aaea96ce8f87f9271b8a8 (diff)
docstring
-rw-r--r--lisp/mastodon-http.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-http.el b/lisp/mastodon-http.el
index b590bf0..da4b91a 100644
--- a/lisp/mastodon-http.el
+++ b/lisp/mastodon-http.el
@@ -99,7 +99,7 @@ Pass response buffer to CALLBACK function."
(url-retrieve-synchronously url)))
(defun mastodon-http--delete (url)
- "Make GET request to URL.
+ "Make DELETE request to URL.
Pass response buffer to CALLBACK function."
(let ((url-request-method "DELETE")