aboutsummaryrefslogtreecommitdiff
path: root/sx-favorites.el
diff options
context:
space:
mode:
Diffstat (limited to 'sx-favorites.el')
-rw-r--r--sx-favorites.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/sx-favorites.el b/sx-favorites.el
index d957167..44ee19f 100644
--- a/sx-favorites.el
+++ b/sx-favorites.el
@@ -1,4 +1,4 @@
-;;; sx-favorites.el --- Starred questions -*- lexical-binding: t; -*-
+;;; sx-favorites.el --- starred questions
;; Copyright (C) 2014 Sean Allred
@@ -19,6 +19,9 @@
;;; Commentary:
+;; This file provides logic for retrieving and managing a user's
+;; starred questions.
+
;;; Code:
(require 'sx-method)
@@ -79,4 +82,5 @@ Writes list to cache QUESTION-FAVORITES."
;; Local Variables:
;; indent-tabs-mode: nil
+;; lexical-binding: t
;; End: