aboutsummaryrefslogtreecommitdiff
path: root/sx-encoding.el
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2014-11-28 13:30:11 -0500
committerSean Allred <code@seanallred.com>2015-01-04 16:32:39 -0500
commit14eadafd6388281085eb3330b9d7ee29a85ab8b2 (patch)
tree0e33a22a4b01afedefd19a5436c99ba22acd8c82 /sx-encoding.el
parent3c05aae9915976e749591600f6e8f59cbccef1a4 (diff)
Provide commentaries for each file
Diffstat (limited to 'sx-encoding.el')
-rw-r--r--sx-encoding.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/sx-encoding.el b/sx-encoding.el
index 795f175..cf7d0f8 100644
--- a/sx-encoding.el
+++ b/sx-encoding.el
@@ -19,6 +19,11 @@
;;; Commentary:
+;; This file handles decoding the responses we get from the API. They
+;; are received either as plain-text or as a `gzip' compressed archive.
+;; For this, `sx-encoding-gzipped-p' is used to determine if content
+;; has been compressed under `gzip'.
+
;;; Code:
(require 'cl-lib)