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.el | |
parent | f694d5ed0bf7d29f83622c041ae30433a7223366 (diff) |
Enhance documentation
Diffstat (limited to 'sx-question.el')
-rw-r--r-- | sx-question.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sx-question.el b/sx-question.el index 344b54c..cccf525 100644 --- a/sx-question.el +++ b/sx-question.el @@ -49,7 +49,9 @@ (defun sx-question-get-questions (site &optional page) "Get the page PAGE of questions from SITE. -Return a list of questions, each consed with (site SITE). +Return a list of question. Each question is an alist of +properties returned by the API with an added (site SITE) +property. `sx-method-call' is used with `sx-question-browse-filter'." (mapcar |