From d517608293d5fecd3e955719cf98e356d92dd3fb Mon Sep 17 00:00:00 2001 From: yamaoka Date: Fri, 2 Sep 2005 12:44:28 +0000 Subject: [PATCH] Synch to No Gnus 200509021243. --- lisp/ChangeLog | 2 ++ lisp/gnus-sum.el | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3a76ded..767124a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2005-09-02 Katsumi Yamaoka + * gnus-sum.el (gnus-thread-hide-subtree): Dox fix. + * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using list, not listp. diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el index 20697ae..0c45576 100644 --- a/lisp/gnus-sum.el +++ b/lisp/gnus-sum.el @@ -266,8 +266,7 @@ simplification is selected." "*If non-nil, hide all threads initially. This can be a predicate specifier which says which threads to hide. If threads are hidden, you have to run the command -`gnus-summary-show-thread' by hand or use `gnus-select-article-hook' -to expose hidden threads." +`gnus-summary-show-thread' by hand or or select an article." :group 'gnus-thread :type '(radio (sexp :format "Non-nil\n" :match (lambda (widget value) -- 1.7.10.4