From 23d25719deb31694f12750a638872a175aae0419 Mon Sep 17 00:00:00 2001 From: Sean Allred Date: Tue, 18 Nov 2014 23:15:55 -0500 Subject: Documentation -- part three Source code is documented to the best of my knowledge and understanding. --- sx-site.el | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'sx-site.el') 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 () -- cgit v1.2.3