aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-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")