diff options
author | Sean Allred <code@seanallred.com> | 2014-11-19 10:56:51 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-11-19 10:56:51 -0500 |
commit | 56371314c1eb4fede7fbf56b049a65f093af0778 (patch) | |
tree | 1716faac683ba560af5e9ed92ff96ed03bf260f8 /sx-question-list.el | |
parent | f694d5ed0bf7d29f83622c041ae30433a7223366 (diff) |
Enhance documentation
Diffstat (limited to 'sx-question-list.el')
-rw-r--r-- | sx-question-list.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sx-question-list.el b/sx-question-list.el index c562679..bb60a35 100644 --- a/sx-question-list.el +++ b/sx-question-list.el @@ -210,7 +210,10 @@ Non-interactively, DATA is a question alist." "Site being displayed in the *question-list* buffer.") (defvar sx-question-list--current-dataset nil - "The logical data behind the displayed list of questions.") + "The logical data behind the displayed list of questions. + +This dataset contains even questions that are hidden by the user, +and thus not displayed in the list of questions.") (defun sx-question-list-refresh (&optional redisplay no-update) "Update the list of questions. |