aboutsummaryrefslogtreecommitdiff
path: root/sx-site.el
diff options
context:
space:
mode:
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..4e880b1 100644
--- a/sx-site.el
+++ b/sx-site.el
@@ -19,8 +19,6 @@
;;; Commentary:
-;;
-
;;; Code:
(require 'sx-method)
@@ -43,7 +41,8 @@
related_site.api_site_parameter
related_site.relation)
nil
- none))
+ none)
+ "")
(defun sx-site--get-site-list ()
(sx-cache-get
@@ -54,7 +53,10 @@
(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 ()