Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
75284:f4d4f6f361cc | 75285:20dea730746f |
---|---|
302 "*If non-nil, extend newsgroup forward and backward when requested." | 302 "*If non-nil, extend newsgroup forward and backward when requested." |
303 :group 'gnus-summary-choose | 303 :group 'gnus-summary-choose |
304 :type 'boolean) | 304 :type 'boolean) |
305 | 305 |
306 (defcustom gnus-auto-select-first t | 306 (defcustom gnus-auto-select-first t |
307 "*If non-nil, select the article under point. | 307 "If non-nil, select an article on group entry. |
308 Which article this is is controlled by the `gnus-auto-select-subject' | 308 An article is selected automatically when entering a group |
309 variable. | 309 e.g. with \\<gnus-group-mode-map>\\[gnus-group-read-group], or via `gnus-summary-next-page' or |
310 `gnus-summary-catchup-and-goto-next-group'. | |
311 | |
312 Which article is selected is controlled by the variable | |
313 `gnus-auto-select-subject'. | |
310 | 314 |
311 If you want to prevent automatic selection of articles in some | 315 If you want to prevent automatic selection of articles in some |
312 newsgroups, set the variable to nil in `gnus-select-group-hook'." | 316 newsgroups, set the variable to nil in `gnus-select-group-hook'." |
317 ;; Commands include... | |
318 ;; \\<gnus-group-mode-map>\\[gnus-group-read-group] | |
319 ;; \\<gnus-summary-mode-map>\\[gnus-summary-next-page] | |
320 ;; \\<gnus-summary-mode-map>\\[gnus-summary-catchup-and-goto-next-group] | |
313 :group 'gnus-group-select | 321 :group 'gnus-group-select |
314 :type '(choice (const :tag "none" nil) | 322 :type '(choice (const :tag "none" nil) |
315 (sexp :menu-tag "first" t))) | 323 (sexp :menu-tag "first" t))) |
316 | 324 |
317 (defcustom gnus-auto-select-subject 'unread | 325 (defcustom gnus-auto-select-subject 'unread |