aboutsummaryrefslogtreecommitdiff
path: root/sx-site.el
diff options
context:
space:
mode:
Diffstat (limited to 'sx-site.el')
-rw-r--r--sx-site.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/sx-site.el b/sx-site.el
index 8bd4fc0..1ed469a 100644
--- a/sx-site.el
+++ b/sx-site.el
@@ -1,4 +1,4 @@
-;;; sx-site.el --- browsing sites -*- lexical-binding: t; -*-
+;;; sx-site.el --- browsing sites
;; Copyright (C) 2014 Sean Allred
@@ -19,6 +19,9 @@
;;; Commentary:
+;; This file provides various pieces of site logic, such as retrieving
+;; the list of sites and the list of a user's favorited questions.
+
;;; Code:
(require 'sx-method)
@@ -70,4 +73,5 @@ api_site_parameter."
;; Local Variables:
;; indent-tabs-mode: nil
+;; lexical-binding: t
;; End: