branch: elpa/fedi
commit 94af797faab0923a8d39e10905d2c825eaee16d6
Author: marty hiatt <martianhiatus [a t] riseup [d o t] net>
Commit: marty hiatt <martianhiatus [a t] riseup [d o t] net>

    indent 3
---
 fedi.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/fedi.el b/fedi.el
index 1127f1b21d3..fe6be770afa 100644
--- a/fedi.el
+++ b/fedi.el
@@ -76,15 +76,15 @@ which see. ENDPOINT does not require a preceding slash.
 
 For example, to make a GET request, called PKG-search to endpoint /search:
 
-\(fedi-request \"get\" \"search\"
-  \"search\" (query)
+\(fedi-request \"get\" \"search\" \"search\"
+  (query)
   \\=`((\"q\" . ,query)))
 
 This macro doesn't handle authenticated requests, as these differ
 between services. But you can easily wrap it in another macro
 that handles auth by providing info using HEADERS or AUTH-PARAM."
   (declare (debug t)
-           (indent 2))
+           (indent 3))
   (let ((req-fun (intern (concat "fedi-http--" method))))
     `(defun ,(intern (concat fedi-package-prefix "-" name)) ,args
        ,docstring

Reply via email to