diff options
author | mousebot <mousebot@riseup.net> | 2021-05-06 20:22:34 +0200 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2021-05-06 20:22:34 +0200 |
commit | c3aaae8614978c7103bc154bf4ea9907fed36eec (patch) | |
tree | 3fbe891d55e2da24d67b087266a1956925e943d3 | |
parent | 1dca682bc22945a2e92aaea96ce8f87f9271b8a8 (diff) |
docstring
-rw-r--r-- | lisp/mastodon-http.el | 2 |
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") |