aboutsummaryrefslogtreecommitdiff
path: root/sx-site.el
diff options
context:
space:
mode:
authorJonathan Leech-Pepin <jonathan.leechpepin@gmail.com>2014-11-21 08:08:33 -0500
committerJonathan Leech-Pepin <jonathan.leechpepin@gmail.com>2014-11-21 08:08:33 -0500
commit7fc59f07e565ee1e0696b8ca61b8faa6f480a768 (patch)
tree047d50c43ba2923cb69cf44617074a9246e499a1 /sx-site.el
parentbb4d8791f6cafeb0b87aa512aab2f0a97e8c0d3d (diff)
parent1dfd91e7373160854eeb85582598e6c8cc1b3561 (diff)
Merge branch 'master' into invalidate-cache
Conflicts: sx-cache.el - RESOLVED
Diffstat (limited to 'sx-site.el')
-rw-r--r--sx-site.el10
1 files changed, 6 insertions, 4 deletions
diff --git a/sx-site.el b/sx-site.el
index 6bef91f..66d78dc 100644
--- a/sx-site.el
+++ b/sx-site.el
@@ -19,8 +19,6 @@
;;; Commentary:
-;;
-
;;; Code:
(require 'sx-method)
@@ -43,9 +41,11 @@
related_site.api_site_parameter
related_site.relation)
nil
- none))
+ none)
+ "Filter for browsing sites.")
(defun sx-site--get-site-list ()
+ "Return all sites with `sx-site-browse-filter'."
(sx-cache-get
'site-list
'(sx-method-call
@@ -54,7 +54,9 @@
(defcustom sx-site-favorites
nil
- "Favorite sites."
+ "List of favorite sites.
+Each entry is a string corresponding to a single site's
+api_site_parameter."
:group 'sx-site)
(defun sx-site-get-api-tokens ()