aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2015-01-03 22:29:40 -0500
committerSean Allred <code@seanallred.com>2015-01-03 22:29:40 -0500
commitfe43a453a93f3cdd4d5504fe55e61629cfa098e5 (patch)
tree16e93d7559c86e501485be0acd5f15e7dc1a3deb
parent14d7ada674f2d1f20c3843aa15a02d717c8f388b (diff)
Fix title commentary
-rw-r--r--bot/sx-bot.el7
1 files changed, 5 insertions, 2 deletions
diff --git a/bot/sx-bot.el b/bot/sx-bot.el
index 8ec8f9c..fe93beb 100644
--- a/bot/sx-bot.el
+++ b/bot/sx-bot.el
@@ -1,4 +1,4 @@
-;;; sx-bot.el --- Functions for viewing different tabs. -*- lexical-binding: t; -*-
+;;; sx-bot.el --- Functions for automated maintanence -*- lexical-binding: t; -*-
;; Copyright (C) 2014 Artur Malabarba
@@ -19,7 +19,10 @@
;;; Commentary:
-;;
+;; This file defines the behavior of a bot. To allow completion for
+;; tags, this bot runs through all sites in the network and retrieves
+;; all of their tags. This data is then written to a directory which
+;; is tracked by the git repository.
;;; Code: