* gnus-group.el (gnus-group-select-group): Doc fix.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Wed, 19 May 2004 16:53:36 +0000 (16:53 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Wed, 19 May 2004 16:53:36 +0000 (16:53 +0000)
lisp/ChangeLog
lisp/gnus-group.el

index d2a92da..ef79269 100644 (file)
@@ -1,5 +1,7 @@
 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * gnus-group.el (gnus-group-select-group): Doc fix.
+
        * gnus-draft.el (gnus-draft-setup): Mark all replied as replied. 
 
        * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
index 38f8058..030225e 100644 (file)
@@ -1907,7 +1907,10 @@ group."
 No article is selected automatically.
 If the group is opened, just switch the summary buffer.
 If ALL is non-nil, already read articles become readable.
-If ALL is a number, fetch this number of articles."
+If ALL is a positive number, fetch this number of the latest
+articles in the group.
+If ALL is a negative number, fetch this number of the earliest
+articles in the group."
   (interactive "P")
   (when (and (eobp) (not (gnus-group-group-name)))
     (forward-line -1))