diff options
author | Sean Allred <code@seanallred.com> | 2014-11-18 23:15:55 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-11-18 23:15:55 -0500 |
commit | 23d25719deb31694f12750a638872a175aae0419 (patch) | |
tree | 81bb729b4c5bda6392edba2b741b6d677132a7f9 /sx-site.el | |
parent | 11b698a4c750c379a8c0d4d843744913e931d3fe (diff) |
Documentation -- part three
Source code is documented to the best of my knowledge and understanding.
Diffstat (limited to 'sx-site.el')
-rw-r--r-- | sx-site.el | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -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 () |