From 0185eefe088f32fe152dcee4959f86785a96ba39 Mon Sep 17 00:00:00 2001 From: Johnson Denen Date: Sun, 23 Apr 2017 23:07:39 -0400 Subject: Make tweaks per checkdoc feedback --- lisp/mastodon-http.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lisp/mastodon-http.el') diff --git a/lisp/mastodon-http.el b/lisp/mastodon-http.el index 4c5d3dc..11260a1 100644 --- a/lisp/mastodon-http.el +++ b/lisp/mastodon-http.el @@ -60,6 +60,9 @@ (match-string 0 status-line)))) (defun mastodon-http--triage (response success) + "Determine if RESPONSE was successful. Call SUCCESS if successful. + +Open RESPONSE buffer if unsuccessful." (let ((status (with-current-buffer response (mastodon-http--status)))) (if (string-prefix-p "2" status) -- cgit v1.2.3