diff options
author | Sean Allred <code@seanallred.com> | 2014-11-27 12:33:28 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-11-27 12:33:28 -0500 |
commit | 37682ac58c419014db7782ba11bf898a90d09da9 (patch) | |
tree | 209daffd5eb4855c16334ca68e888fce1c01dd28 /sx-site.el | |
parent | 8ea884c9f417d8106813112598b4ab422e8352ed (diff) |
Fix #111
Diffstat (limited to 'sx-site.el')
-rw-r--r-- | sx-site.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ "List of favorite sites. Each entry is a string corresponding to a single site's api_site_parameter." - :group 'sx-site) + :group 'sx) (defun sx-site-get-api-tokens () "Return a list of all known site tokens." |