aboutsummaryrefslogtreecommitdiff
path: root/sx-interaction.el
diff options
context:
space:
mode:
Diffstat (limited to 'sx-interaction.el')
-rw-r--r--sx-interaction.el10
1 files changed, 9 insertions, 1 deletions
diff --git a/sx-interaction.el b/sx-interaction.el
index b67e0df..598a113 100644
--- a/sx-interaction.el
+++ b/sx-interaction.el
@@ -1,4 +1,4 @@
-;;; sx-interaction.el --- Voting, commenting, and otherwise interacting with questions. -*- lexical-binding: t; -*-
+;;; sx-interaction.el --- voting, commenting, and other interaction -*- lexical-binding: t -*-
;; Copyright (C) 2014 Artur Malabarba
@@ -19,6 +19,10 @@
;;; Commentary:
+;; This file provides voting, commenting, and other interactive
+;; facilities. Most functions are scoped relative to `sx--data-here'
+;; when called interactively.
+
;;; Code:
@@ -232,3 +236,7 @@ OBJECT can be a question or an answer."
(provide 'sx-interaction)
;;; sx-interaction.el ends here
+
+;; Local Variables:
+;; indent-tabs-mode: nil
+;; End: