Mercurial > emacs
changeset 48378:f5dd8ebce303
(feedmail-fiddle-headers-upwardly,feedmail-fiddle-plex-user-list):
Fix typo in group name.
author | Markus Rost <rost@math.uni-bielefeld.de> |
---|---|
date | Sun, 17 Nov 2002 22:41:02 +0000 |
parents | 7f3cb336821a |
children | 6e55b7742a81 |
files | lisp/mail/feedmail.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/feedmail.el Sun Nov 17 22:37:11 2002 +0000 +++ b/lisp/mail/feedmail.el Sun Nov 17 22:41:02 2002 +0000 @@ -688,7 +688,7 @@ 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 @@ 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 )