diff lisp/gnus/gnus-group.el @ 92147:773ae07da318

Merge from gnus--devo--0 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1073
author Miles Bader <miles@gnu.org>
date Sun, 24 Feb 2008 06:43:15 +0000
parents d5a92df16467
children 5f827896103e
line wrap: on
line diff
--- a/lisp/gnus/gnus-group.el	Sun Feb 24 02:48:47 2008 +0000
+++ b/lisp/gnus/gnus-group.el	Sun Feb 24 06:43:15 2008 +0000
@@ -2055,10 +2055,15 @@
 (defun gnus-group-read-group (&optional all no-article group select-articles)
   "Read news in this newsgroup.
 If the prefix argument ALL is non-nil, already read articles become
-readable.  IF ALL is a number, fetch this number of articles.  If the
-optional argument NO-ARTICLE is non-nil, no article will be
-auto-selected upon group entry.  If GROUP is non-nil, fetch that
-group."
+readable.
+
+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.
+
+If the optional argument NO-ARTICLE is non-nil, no article will
+be auto-selected upon group entry.  If GROUP is non-nil, fetch
+that group."
   (interactive "P")
   (let ((no-display (eq all 0))
 	(group (or group (gnus-group-group-name)))