diff options
| author | Kevin Ryde | 2010-05-21 02:43:54 +0300 |
|---|---|---|
| committer | Juri Linkov | 2010-05-21 02:43:54 +0300 |
| commit | e1b9db1a257415bbe85290affc270f694a0f6221 (patch) | |
| tree | 4f979649508d633275fc8affd28d2400f3808cf2 | |
| parent | 2e2bbddbf9ac76724f4799c7bf5bf7c056d73951 (diff) | |
| download | emacs-e1b9db1a257415bbe85290affc270f694a0f6221.tar.gz emacs-e1b9db1a257415bbe85290affc270f694a0f6221.zip | |
* gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
| -rw-r--r-- | lisp/gnus/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/gnus/gnus-start.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 395cca72a93..26543c4048a 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-05-20 Kevin Ryde <user42@zip.com.au> | ||
| 2 | |||
| 3 | * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206) | ||
| 4 | |||
| 1 | 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org> | 5 | 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org> |
| 2 | 6 | ||
| 3 | * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch | 7 | * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch |
diff --git a/lisp/gnus/gnus-start.el b/lisp/gnus/gnus-start.el index ff51530457f..9ef251f2147 100644 --- a/lisp/gnus/gnus-start.el +++ b/lisp/gnus/gnus-start.el | |||
| @@ -181,7 +181,7 @@ Groups with levels less than `gnus-level-subscribed', which | |||
| 181 | should be less than this variable, are subscribed. Groups with | 181 | should be less than this variable, are subscribed. Groups with |
| 182 | levels from `gnus-level-subscribed' (exclusive) upto this | 182 | levels from `gnus-level-subscribed' (exclusive) upto this |
| 183 | variable (inclusive) are unsubscribed. See also | 183 | variable (inclusive) are unsubscribed. See also |
| 184 | `gnus-level-zombie', `gnus-level-killed' and the Info node `Group | 184 | `gnus-level-zombie', `gnus-level-killed' and the Info node `(gnus)Group |
| 185 | Levels' for details.") | 185 | Levels' for details.") |
| 186 | 186 | ||
| 187 | (defconst gnus-level-zombie 8 | 187 | (defconst gnus-level-zombie 8 |