diff options
author | Sean Allred <code@seanallred.com> | 2014-11-14 14:11:12 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-11-14 14:11:12 -0500 |
commit | eaba0d1595836812d38081fd049185d795dd57bb (patch) | |
tree | 6f1ad7ef716b34a709af2fef9b290ee538ce710d | |
parent | ea5583db069afa160d2cea1c07d9f46d5f97e30b (diff) |
Fix documentation
-rw-r--r-- | sx-site.el | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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))))) |