diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-03-25 12:31:53 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-03-25 12:31:53 +0000 |
commit | e761666acec63655df35e3114f9184cf621a0f41 (patch) | |
tree | 1e56559ebff91f0a0a8177096250290282bba3bc | |
parent | c8c187dd61bde903ddaa666d92b3a66648d1d42b (diff) |
Update doc
-rw-r--r-- | sx-tab.el | 15 |
1 files changed, 5 insertions, 10 deletions
@@ -24,16 +24,11 @@ ;;; Tabs: -;; - FrontPage :: The standard front page -;; - Newest :: Newest questions -;; - TopVoted :: Top-voted questions -;; - Hot :: Hot questions recently -;; - Week :: Hot questions for the week -;; - Month :: Hot questions for the month -;; - Unanswered :: Unanswered questions -;; - Unanswered My-tags :: Unanswered questions (subscribed tags) -;; - Featured :: Featured questions -;; - Starred :: Favorite questions +;; - `sx-tab-all-questions' :: All questions. +;; - `sx-tab-unanswered' :: Unanswered questions. +;; - `sx-tab-unanswered-my-tags' :: Unanswered questions in your followed tags. +;; - `sx-tab-featured' :: Featured questions. +;; - `sx-tab-featured' :: Starred questions. ;;; Code: |