diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-07 17:15:22 -0200 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-07 17:15:34 -0200 |
commit | ff92c3cf289b9109ad4b3b304bad06a40534fda2 (patch) | |
tree | cc50a7720e209493663c15e24dae11dfd1a52cbf | |
parent | 524bd12ca222d054776a195f8829c75b17699fa3 (diff) |
Update doctring
-rw-r--r-- | sx-question-list.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sx-question-list.el b/sx-question-list.el index fd2c20e..884f994 100644 --- a/sx-question-list.el +++ b/sx-question-list.el @@ -128,8 +128,9 @@ change `tabulated-list-format' accordingly.") This is the default printer used by `sx-question-list'. It assumes QUESTION-DATA is an alist containing (at least) the elements: - `site', `score', `upvoted', `answer_count', `title', - `last_activity_date', `tags', `uestion_id'. + `question_id', `site_par', `score', `upvoted', `answer_count', + `title', `bounty_amount', `bounty_amount', `bounty_amount', + `last_activity_date', `tags', `owner'. Also see `sx-question-list-refresh'." (sx-assoc-let question-data |