1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 111-112)

   - Update from CVS: texi/gnus.texi (Summary Buffer Lines): Fix typo.
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-333
This commit is contained in:
Miles Bader 2006-06-29 22:54:24 +00:00
parent 1937adc20b
commit 827dc73d41
5 changed files with 21 additions and 2 deletions

View file

@ -2039,7 +2039,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))