diff options
author | Sean Allred <code@seanallred.com> | 2014-11-20 20:46:52 -0600 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-11-20 20:46:52 -0600 |
commit | b2e59bb1f230267ec5257582478117737cc10049 (patch) | |
tree | 29c8bda490c43fee66a9cf1383ff30afc4ef3e81 /sx-site.el | |
parent | 48e3e7bfd485901e90d807e4470ce8d192459933 (diff) |
GitHub comments -- #77
Diffstat (limited to 'sx-site.el')
-rw-r--r-- | sx-site.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |