From: Markus Rost Date: Sun, 17 Nov 2002 22:41:02 +0000 (+0000) Subject: (feedmail-fiddle-headers-upwardly,feedmail-fiddle-plex-user-list): X-Git-Tag: ttn-vms-21-2-B4~12407 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=436de921cdf6bc96193f46d83254a5bc52983812;p=emacs.git (feedmail-fiddle-headers-upwardly,feedmail-fiddle-plex-user-list): Fix typo in group name. --- diff --git a/lisp/mail/feedmail.el b/lisp/mail/feedmail.el index 6f824afdaad..735bcd36353 100644 --- a/lisp/mail/feedmail.el +++ b/lisp/mail/feedmail.el @@ -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 )