From: Miles Bader Date: Fri, 19 Jan 2007 10:35:34 +0000 (+0000) Subject: Merge from gnus--rel--5.10 X-Git-Tag: emacs-pretest-22.0.93~90 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=651408cba14b2ebcdfa90f769310aa87b553509c;p=emacs.git 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 * lisp/gnus/gnus-sum.el (gnus-auto-select-first): Improve doc string. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-604 --- diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index af7904fe14c..a4860b1e21f 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -3,6 +3,10 @@ * uudecode.el (uudecode-decode-region-internal): Make it work in a multibyte buffer. +2007-01-14 Reiner Steib + + * gnus-sum.el (gnus-auto-select-first): Improve doc string. + 2007-01-07 Reiner Steib * gnus-soup.el: Add missing :group in previous change. diff --git a/lisp/gnus/gnus-sum.el b/lisp/gnus/gnus-sum.el index 54745511129..03ca48868dd 100644 --- a/lisp/gnus/gnus-sum.el +++ b/lisp/gnus/gnus-sum.el @@ -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-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-read-group] + ;; \\\\[gnus-summary-next-page] + ;; \\\\[gnus-summary-catchup-and-goto-next-group] :group 'gnus-group-select :type '(choice (const :tag "none" nil) (sexp :menu-tag "first" t)))