diff options
| author | Juanma Barranquero <lekktu@gmail.com> | 2002-10-18 08:36:59 +0000 |
|---|---|---|
| committer | Juanma Barranquero <lekktu@gmail.com> | 2002-10-18 08:36:59 +0000 |
| commit | 1dda7cc892d94216ef2ab4c842c05f5aa3b50c1b (patch) | |
| tree | 5dcc7b059157442350f16529370a6ffa7f753d8e /lisp | |
| parent | 88ab16c8e4619efd476e17b866a7e24fad238b58 (diff) | |
| download | emacs-1dda7cc892d94216ef2ab4c842c05f5aa3b50c1b.tar.gz | |
(gnus-nocem-liberal-fetch): Fix typo.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/gnus/gnus-nocem.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-nocem.el b/lisp/gnus/gnus-nocem.el index d682451565e..9b76ede9856 100644 --- a/lisp/gnus/gnus-nocem.el +++ b/lisp/gnus/gnus-nocem.el @@ -82,7 +82,7 @@ isn't bound, the message will be used unconditionally." (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) |
