(gnus-summary-limit-to-singletons): Fix typo.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sat, 30 Dec 2006 23:30:23 +0000 (23:30 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Sat, 30 Dec 2006 23:30:23 +0000 (23:30 +0000)
lisp/ChangeLog
lisp/gnus-sum.el

index 44c4a7a..5ceb5e4 100644 (file)
@@ -2,6 +2,7 @@
 
        * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
        keystroke. 
+       (gnus-summary-limit-to-singletons): Fix typo.
 
        * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
        else fails.
index f80d600..7fb9059 100644 (file)
@@ -8118,7 +8118,7 @@ If REVERSE (the prefix), limit to articles that don't match."
 If THREADSP (the prefix), limit to articles that are in threads."
   (interactive "P")
   (let ((articles nil)
-       thead-articles
+       thread-articles
        threads)
     (dolist (thread gnus-newsgroup-threads)
       (if (stringp (car thread))