diff lisp/gnus/gnus-sum.el @ 75285:20dea730746f

Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 192-193) - Merge from emacs--devo--0 - Update from CVS 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/gnus-sum.el (gnus-auto-select-first): Improve doc string. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-604
author Miles Bader <miles@gnu.org>
date Fri, 19 Jan 2007 10:35:34 +0000
parents b0ca51055540
children e3694f1cb928
line wrap: on
line diff
--- a/lisp/gnus/gnus-sum.el	Fri Jan 19 04:17:28 2007 +0000
+++ b/lisp/gnus/gnus-sum.el	Fri Jan 19 10:35:34 2007 +0000
@@ -304,12 +304,20 @@
   :type 'boolean)
 
 (defcustom gnus-auto-select-first t
-  "*If non-nil, select the article under point.
-Which article this is is controlled by the `gnus-auto-select-subject'
-variable.
+  "If non-nil, select an article on group entry.
+An article is selected automatically when entering a group
+e.g. with \\<gnus-group-mode-map>\\[gnus-group-read-group], or via `gnus-summary-next-page' or
+`gnus-summary-catchup-and-goto-next-group'.
+
+Which article is selected is controlled by the variable
+`gnus-auto-select-subject'.
 
 If you want to prevent automatic selection of articles in some
 newsgroups, set the variable to nil in `gnus-select-group-hook'."
+  ;; Commands include...
+  ;; \\<gnus-group-mode-map>\\[gnus-group-read-group]
+  ;; \\<gnus-summary-mode-map>\\[gnus-summary-next-page]
+  ;; \\<gnus-summary-mode-map>\\[gnus-summary-catchup-and-goto-next-group]
   :group 'gnus-group-select
   :type '(choice (const :tag "none" nil)
 		 (sexp :menu-tag "first" t)))