aboutsummaryrefslogtreecommitdiff
path: root/sx-question-mode.el
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2015-01-04 18:11:41 -0500
committerSean Allred <code@seanallred.com>2015-01-04 18:11:41 -0500
commitd3417ee55acc35a14ed71ccd69a593cfed3796bb (patch)
treefd70ff3f8773a4317ec1ea3f753338b374327318 /sx-question-mode.el
parent5efc20c03be3c668d780e1909a314bf244bc723d (diff)
parent97130cb7154fc494745d6b2a2a347c765403c5f3 (diff)
Merge pull request #198 from vermiculus/organize
Organize
Diffstat (limited to 'sx-question-mode.el')
-rw-r--r--sx-question-mode.el9
1 files changed, 8 insertions, 1 deletions
diff --git a/sx-question-mode.el b/sx-question-mode.el
index b13caf3..f702822 100644
--- a/sx-question-mode.el
+++ b/sx-question-mode.el
@@ -1,4 +1,4 @@
-;;; sx-question-mode.el --- Major-mode for displaying a question. -*- lexical-binding: t; -*-
+;;; sx-question-mode.el --- major-mode for displaying questions -*- lexical-binding: t; -*-
;; Copyright (C) 2014 Artur Malabarba
@@ -19,6 +19,9 @@
;;; Commentary:
+;; This file provides a means to print questions with their answers
+;; and all comments. See the customizable group `sx-question-mode'.
+
;;; Code:
(eval-when-compile
@@ -271,3 +274,7 @@ query the api."
(provide 'sx-question-mode)
;;; sx-question-mode.el ends here
+
+;; Local Variables:
+;; indent-tabs-mode: nil
+;; End: