Index: ChangeLog =================================================================== RCS file: /usr/local/cvsroot/gnus/lisp/ChangeLog,v retrieving revision 6.811 diff -u -r6.811 ChangeLog --- ChangeLog 2001/10/31 13:55:26 6.811 +++ ChangeLog 2001/10/31 17:37:36 @@ -1,3 +1,8 @@ +2001-10-31 Matt Armstrong + + * gnus.el (gnus-find-subscribed-addresses): Doc fix: + not-subscribed -> subscribed. + 2001-10-31 08:00:00 ShengHuo ZHU From: Josh Huber Index: gnus.el =================================================================== RCS file: /usr/local/cvsroot/gnus/lisp/gnus.el,v retrieving revision 6.63 diff -u -r6.63 gnus.el --- gnus.el 2001/10/31 13:55:26 6.63 +++ gnus.el 2001/10/31 17:37:42 @@ -2316,7 +2316,7 @@ (defun gnus-find-subscribed-addresses () "Return a regexp matching the addresses of all subscribed mail groups. It consists of the `to-address' or `to-list' parameter of all groups -with a nil `not-subscribed' parameter." +with a `subscribed' parameter." (let ((addresses)) (mapc (lambda (entry) (let ((group (car entry)))