diff options
author | Miles Bader <miles@gnu.org> | 2008-02-24 06:09:16 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2008-02-24 06:09:16 +0000 |
commit | 20ca5ee4f7d897d79416a6fdd084db1eabb392b0 (patch) | |
tree | 52df368164431b63788cd3904b5eafdda3cf7fce /lisp/gnus/gnus-group.el | |
parent | d7c5579129bfc058131c46e252ffd98791776af8 (diff) | |
download | emacs-20ca5ee4f7d897d79416a6fdd084db1eabb392b0.tar.gz emacs-20ca5ee4f7d897d79416a6fdd084db1eabb392b0.tar.bz2 emacs-20ca5ee4f7d897d79416a6fdd084db1eabb392b0.zip |
Merge from gnus--rel--5.10
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-232
Diffstat (limited to 'lisp/gnus/gnus-group.el')
-rw-r--r-- | lisp/gnus/gnus-group.el | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/lisp/gnus/gnus-group.el b/lisp/gnus/gnus-group.el index c671bcd997c..28cda1a99a6 100644 --- a/lisp/gnus/gnus-group.el +++ b/lisp/gnus/gnus-group.el @@ -2008,10 +2008,15 @@ and with point over the group in question." (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))) |