aboutsummaryrefslogtreecommitdiff
path: root/sx-site.el
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2014-11-20 20:46:52 -0600
committerSean Allred <code@seanallred.com>2014-11-20 20:46:52 -0600
commitb2e59bb1f230267ec5257582478117737cc10049 (patch)
tree29c8bda490c43fee66a9cf1383ff30afc4ef3e81 /sx-site.el
parent48e3e7bfd485901e90d807e4470ce8d192459933 (diff)
GitHub comments -- #77
Diffstat (limited to 'sx-site.el')
-rw-r--r--sx-site.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/sx-site.el b/sx-site.el
index 4e880b1..66d78dc 100644
--- a/sx-site.el
+++ b/sx-site.el
@@ -42,9 +42,10 @@
related_site.relation)
nil
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 +55,6 @@
(defcustom sx-site-favorites
nil
"List of favorite sites.
-
Each entry is a string corresponding to a single site's
api_site_parameter."
:group 'sx-site)