From e1b9db1a257415bbe85290affc270f694a0f6221 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Fri, 21 May 2010 02:43:54 +0300 Subject: [PATCH] * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206) --- lisp/gnus/ChangeLog | 4 ++++ lisp/gnus/gnus-start.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 @@ +2010-05-20 Kevin Ryde + + * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206) + 2010-05-14 Katsumi Yamaoka * 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 should be less than this variable, are subscribed. Groups with levels from `gnus-level-subscribed' (exclusive) upto this variable (inclusive) are unsubscribed. See also -`gnus-level-zombie', `gnus-level-killed' and the Info node `Group +`gnus-level-zombie', `gnus-level-killed' and the Info node `(gnus)Group Levels' for details.") (defconst gnus-level-zombie 8 -- 2.11.4.GIT