Comment fix.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 1 Feb 2011 02:00:07 +0000 (18:00 -0800)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 1 Feb 2011 02:00:07 +0000 (18:00 -0800)
lisp/gnus-start.el

index 0546226..7517c87 100644 (file)
@@ -1762,10 +1762,10 @@ If SCAN, request a scan of that group as well."
         (dolist (info infos (nreverse groups))
           (push (gnus-group-real-name (gnus-info-group info)) groups))
         method)))
-     ;; All backends have -request-list.
+     ;; Virtually all backends have -request-list.
      ((gnus-check-backend-function 'request-list (car method))
       (gnus-read-active-file-1 method nil))
-     ;; Unless nnvirtual and friends, where we request each group, one
+     ;; Except nnvirtual and friends, where we request each group, one
      ;; by one.
      (t
       (dolist (info infos)