aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2014-11-14 14:11:12 -0500
committerSean Allred <code@seanallred.com>2014-11-14 14:11:12 -0500
commiteaba0d1595836812d38081fd049185d795dd57bb (patch)
tree6f1ad7ef716b34a709af2fef9b290ee538ce710d
parentea5583db069afa160d2cea1c07d9f46d5f97e30b (diff)
Fix documentation
-rw-r--r--sx-site.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/sx-site.el b/sx-site.el
index 20f184f..8775542 100644
--- a/sx-site.el
+++ b/sx-site.el
@@ -3,7 +3,6 @@
;; Copyright (C) 2014 Sean Allred
;; Author: Sean Allred <code@seanallred.com>
-;; Keywords:
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -26,7 +25,7 @@
;;; @TODO use new caching system implemented in branch `network-list'
(defun sx-site-get-api-tokens ()
- "Return a list of all known "
+ "Return a list of all known site tokens."
(mapcar
(lambda (site) (cdr (assoc 'api_site_parameter site)))
(sx-method-call "sites" '((pagesize . 9999)))))