diff options
author | Sean Allred <code@seanallred.com> | 2014-11-19 10:56:10 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-11-19 10:56:16 -0500 |
commit | 5f4f1a0495b79e418b6df16d4642a33c9ccda007 (patch) | |
tree | 37d999bbc09f517acd6f6a3e630d334217af6d93 /sx-question.el | |
parent | 4399cbac0625a53c4a8d91e661e13fe11fdb8255 (diff) |
Minor typos and incorrect information
Diffstat (limited to 'sx-question.el')
-rw-r--r-- | sx-question.el | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sx-question.el b/sx-question.el index d576b73..344b54c 100644 --- a/sx-question.el +++ b/sx-question.el @@ -128,7 +128,6 @@ See `sx-question--user-read-list'." (sx-sorted-insert-skip-first q-cell site-cell (lambda (x y) (> (car x) (car y)))))))) ;; Save the results. - ;; @TODO This causes a small lag on `j' and `k' as the list gets ;; large. Should we do this on a timer? (sx-cache-set 'read-questions sx-question--user-read-list)) @@ -140,11 +139,7 @@ See `sx-question--user-read-list'." Each element has the form - (SITE . QUESTION-LIST). - -And each element in QUESTION-LIST has the form - - (QUESTION_ID . LAST-VIEWED-DATE).") + (SITE QUESTION_ID QUESTION_ID ...)") (defun sx-question--ensure-hidden-list (site) "Ensure the `sx-question--user-hidden-list' has been read from cache. |