* nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
authorLars Magne Ingebrigtsen <larsi@tmp-office.(none)>
Thu, 18 Aug 2011 00:03:36 +0000 (02:03 +0200)
committerLars Magne Ingebrigtsen <larsi@tmp-office.(none)>
Fri, 19 Aug 2011 14:37:34 +0000 (16:37 +0200)
lisp/nnmail.el

index 8906a03..dc2080d 100644 (file)
@@ -554,7 +554,9 @@ parameter.  It should return nil, `warn' or `delete'."
                 (const delete)))
 
 (defcustom nnmail-extra-headers '(To Newsgroups)
-  "*Extra headers to parse."
+  "Extra headers to parse.
+In addition to the standard headers, these extra headers will be
+included in NOV headers (and the like) when backends parse headers."
   :version "21.1"
   :group 'nnmail
   :type '(repeat symbol))