diff options
| author | Miles Bader | 2006-07-14 03:50:36 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-07-14 03:50:36 +0000 |
| commit | 763bb2d43615bc3ae816422f965d76d5e1ae4bdd (patch) | |
| tree | 9f6aa148c0f75c355cbc99f81fdae4a54e399c2f | |
| parent | 0b6bb13008bc74c054c00b8f9d24507dd9383689 (diff) | |
| download | emacs-763bb2d43615bc3ae816422f965d76d5e1ae4bdd.tar.gz emacs-763bb2d43615bc3ae816422f965d76d5e1ae4bdd.zip | |
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 113-114)
- Merge from emacs--devo--0
- Update from CVS
2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
* lisp/gnus/gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-350
| -rw-r--r-- | lisp/gnus/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/gnus/gnus-start.el | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 195b778d223..825a8bce003 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de> | ||
| 2 | |||
| 3 | * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix. | ||
| 4 | |||
| 1 | 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de> | 5 | 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de> |
| 2 | 6 | ||
| 3 | * gnus-diary.el (gnus-user-format-function-d) | 7 | * gnus-diary.el (gnus-user-format-function-d) |
diff --git a/lisp/gnus/gnus-start.el b/lisp/gnus/gnus-start.el index 00defe58943..134078638c6 100644 --- a/lisp/gnus/gnus-start.el +++ b/lisp/gnus/gnus-start.el | |||
| @@ -313,8 +313,8 @@ If, for instance, you want to subscribe to all newsgroups in the | |||
| 313 | 313 | ||
| 314 | options -n no.all alt.all | 314 | options -n no.all alt.all |
| 315 | 315 | ||
| 316 | Gnus will the subscribe all new newsgroups in these hierarchies with | 316 | Gnus will then subscribe all new newsgroups in these hierarchies |
| 317 | the subscription method in this variable." | 317 | with the subscription method in this variable." |
| 318 | :group 'gnus-group-new | 318 | :group 'gnus-group-new |
| 319 | :type '(radio (function-item gnus-subscribe-randomly) | 319 | :type '(radio (function-item gnus-subscribe-randomly) |
| 320 | (function-item gnus-subscribe-alphabetically) | 320 | (function-item gnus-subscribe-alphabetically) |