aboutsummaryrefslogtreecommitdiff
path: root/sx-request.el
diff options
context:
space:
mode:
Diffstat (limited to 'sx-request.el')
-rw-r--r--sx-request.el8
1 files changed, 6 insertions, 2 deletions
diff --git a/sx-request.el b/sx-request.el
index 89c9a59..fc54bb3 100644
--- a/sx-request.el
+++ b/sx-request.el
@@ -76,7 +76,9 @@
"gunzip"
"Program used to unzip the response if it is compressed.
-This program must accept compressed data on standard input.")
+This program must accept compressed data on standard input."
+ :group 'sx-request
+ :type 'string)
(defvar sx-request-remaining-api-requests
nil
@@ -90,7 +92,9 @@ Set by `sx-request-make'.")
After `sx-request-remaining-api-requests' drops below this
number, `sx-request-make' will begin printing out the
-number of requests left every time it finishes a call.")
+number of requests left every time it finishes a call."
+ :group 'sx-request
+ :type 'integer)
;;; Making Requests