From 5f4f1a0495b79e418b6df16d4642a33c9ccda007 Mon Sep 17 00:00:00 2001 From: Sean Allred Date: Wed, 19 Nov 2014 10:56:10 -0500 Subject: Minor typos and incorrect information --- sx-question.el | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'sx-question.el') 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. -- cgit v1.2.3