diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-02-11 15:06:08 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-02-11 15:06:08 +0000 |
commit | 96ae2ad5cb8d8827a1062c66806a60fdae79d3b2 (patch) | |
tree | e24908f7f9f43f722d46e4250fb97a38c5d59c91 /sx-question-list.el | |
parent | 285204874ce284bd4e2815c21097b678c4cd8cd6 (diff) |
Document sx-question-list--order
Diffstat (limited to 'sx-question-list.el')
-rw-r--r-- | sx-question-list.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sx-question-list.el b/sx-question-list.el index d10309f..04004b3 100644 --- a/sx-question-list.el +++ b/sx-question-list.el @@ -259,6 +259,10 @@ The full list of variables which can be set is: 5. `sx-question-list--dataset' This is only used if both 3 and 4 are nil. It can be used to display a static list. + 6. `sx-question-list--order' + Set this to the `sort' method that should be used when + requesting the list, if that makes sense. If it doesn't + leave it as nil. \\<sx-question-list-mode-map> If none of these is configured, the behaviour is that of a \"Frontpage\", for the site given by @@ -282,7 +286,7 @@ Adding further questions to the bottom of the list is done by: display; otherwise, decrement `sx-question-list--pages-so-far'. If `sx-question-list--site' is given, items 3 and 4 should take it -into consideration. +into consideration. The same holds for `sx-question-list--order'. \\{sx-question-list-mode-map}" (hl-line-mode 1) |