summaryrefslogtreecommitdiff
path: root/lisp/mail/feedmail.el
diff options
context:
space:
mode:
authorMarkus Rost <rost@math.uni-bielefeld.de>2002-11-17 22:41:02 +0000
committerMarkus Rost <rost@math.uni-bielefeld.de>2002-11-17 22:41:02 +0000
commit436de921cdf6bc96193f46d83254a5bc52983812 (patch)
tree13a386764174e3372bcd5116b034027abcc037b7 /lisp/mail/feedmail.el
parenta27b41aba31d5888fd80e78a511edbb7d543ed5b (diff)
downloademacs-436de921cdf6bc96193f46d83254a5bc52983812.tar.gz
(feedmail-fiddle-headers-upwardly,feedmail-fiddle-plex-user-list):
Fix typo in group name.
Diffstat (limited to 'lisp/mail/feedmail.el')
-rw-r--r--lisp/mail/feedmail.el4
1 files changed, 2 insertions, 2 deletions
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
)