Merge from gnus--rel--5.10
authorMiles Bader <miles@gnu.org>
Fri, 19 Jan 2007 10:35:34 +0000 (10:35 +0000)
committerMiles Bader <miles@gnu.org>
Fri, 19 Jan 2007 10:35:34 +0000 (10:35 +0000)
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

lisp/gnus/ChangeLog
lisp/gnus/gnus-sum.el

index af7904f..a4860b1 100644 (file)
@@ -3,6 +3,10 @@
        * uudecode.el (uudecode-decode-region-internal): Make it work in a
        multibyte buffer.
 
+2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-sum.el (gnus-auto-select-first): Improve doc string.
+
 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * gnus-soup.el: Add missing :group in previous change.
index 5474551..03ca488 100644 (file)
@@ -304,12 +304,20 @@ equal will be included."
   :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)))