1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(feedmail-fiddle-headers-upwardly,feedmail-fiddle-plex-user-list):

Fix typo in group name.
This commit is contained in:
Markus Rost 2002-11-17 22:41:02 +00:00
parent a27b41aba3
commit 436de921cd

View 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
)