From c3aaae8614978c7103bc154bf4ea9907fed36eec Mon Sep 17 00:00:00 2001 From: mousebot Date: Thu, 6 May 2021 20:22:34 +0200 Subject: docstring --- lisp/mastodon-http.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp') 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") -- cgit v1.2.3