From eaba0d1595836812d38081fd049185d795dd57bb Mon Sep 17 00:00:00 2001 From: Sean Allred Date: Fri, 14 Nov 2014 14:11:12 -0500 Subject: Fix documentation --- sx-site.el | 3 +-- 1 file changed, 1 insertion(+), 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 -;; 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))))) -- cgit v1.2.3