branch: elpa/fedi
commit 5dcc9c6500ab6f24852037a06658ceb1c3c8dbd5
Author: marty hiatt <[email protected]>
Commit: marty hiatt <[email protected]>

    triage docstring
---
 fedi-http.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/fedi-http.el b/fedi-http.el
index c2a06495dd1..10e3aa0eb5f 100644
--- a/fedi-http.el
+++ b/fedi-http.el
@@ -106,8 +106,8 @@ SILENT means don't message."
 
 (defun fedi-http--triage (response success)
   "Determine if RESPONSE was successful.
-Call SUCCESS if successful. Message status and JSON error from
-RESPONSE if unsuccessful."
+If successful, call SUCCESS with single arg RESPONSE.
+If unsuccessful, message status and JSON error from RESPONSE."
   (let ((status (condition-case err
                     (with-current-buffer response
                       (fedi-http--status))

Reply via email to