Index: gnus-msg.el =================================================================== RCS file: /usr/local/cvsroot/gnus/lisp/gnus-msg.el,v retrieving revision 6.118 diff -u -r6.118 gnus-msg.el --- gnus-msg.el 1 Feb 2003 16:40:51 -0000 6.118 +++ gnus-msg.el 6 Feb 2003 10:03:54 -0000 @@ -258,14 +258,14 @@ This is done because new users often reply by mistake when reading news. This can also be a function receiving the group name as the only -parameter which should return non-nil iff a confirmation is needed, or -a regexp, in which case a confirmation is asked for iff the group name +parameter which should return non-nil if a confirmation is needed, or +a regexp, in which case a confirmation is asked for if the group name matches the regexp." :group 'gnus-message :type '(choice (const :tag "No" nil) (const :tag "Yes" t) - (regexp :tag "Iff group matches regexp") - (function :tag "Iff function evaluates to non-nil"))) + (regexp :tag "If group matches regexp") + (function :tag "If function evaluates to non-nil"))) (defcustom gnus-confirm-treat-mail-like-news nil