(feedmail-fiddle-headers-upwardly,feedmail-fiddle-plex-user-list):
authorMarkus Rost <rost@math.uni-bielefeld.de>
Sun, 17 Nov 2002 22:41:02 +0000 (22:41 +0000)
committerMarkus Rost <rost@math.uni-bielefeld.de>
Sun, 17 Nov 2002 22:41:02 +0000 (22:41 +0000)
Fix typo in group name.

lisp/mail/feedmail.el

index 6f824af..735bcd3 100644 (file)
@@ -688,7 +688,7 @@ nil means insert them at the bottom.  This is mostly a novelty issue since
 the standards define the ordering of header fields to be immaterial and it's
 fairly likely that some MTA along the way will have its own idea of what the
 order should be, regardless of what you specify."
-  :group 'feedmail-header
+  :group 'feedmail-headers
   :type 'boolean
   )
 
@@ -706,7 +706,7 @@ For an explanation of fiddle-plexes, see the documentation for the
 variable feedmail-fiddle-plex-blurb.  In contrast to some other fiddle-plex
 manipulation functions, in this context, it makes no sense to have an element
 which is nil, t, or a simple string."
-  :group 'feedmail-header
+  :group 'feedmail-headers
   :type '(repeat (choice function)
                 sexp) ; too complex to be described accurately
   )