# HG changeset patch # User Juanma Barranquero # Date 1034930219 0 # Node ID 54348dbd8b9c2e4d8b84c527ea64b7c9734683b2 # Parent 70d7c96ed22f10e858795af2fb86af972ad01d91 (gnus-nocem-liberal-fetch): Fix typo. diff -r 70d7c96ed22f -r 54348dbd8b9c lisp/gnus/gnus-nocem.el --- a/lisp/gnus/gnus-nocem.el Fri Oct 18 08:35:07 2002 +0000 +++ b/lisp/gnus/gnus-nocem.el Fri Oct 18 08:36:59 2002 +0000 @@ -82,7 +82,7 @@ (defcustom gnus-nocem-liberal-fetch nil "*If t try to fetch all messages which have @@NCM in the subject. Otherwise don't fetch messages which have references or whose message-id -matches an previously scanned and verified nocem message." +matches a previously scanned and verified nocem message." :group 'gnus-nocem :type 'boolean)