diff options
author | Andreas Schwab <schwab@suse.de> | 2002-01-16 13:46:59 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2002-01-16 13:46:59 +0000 |
commit | adb92798f785015ea6c9cca506d9e6dc1291ffae (patch) | |
tree | b30855a6348c85f8af5334372cc41588b81a5ebd /lisp/mail/feedmail.el | |
parent | a4fc6fc974ee50c7fbc832e38dadcd0715bf55e7 (diff) | |
download | emacs-adb92798f785015ea6c9cca506d9e6dc1291ffae.tar.gz |
(feedmail): Fix :link spec.
Diffstat (limited to 'lisp/mail/feedmail.el')
-rw-r--r-- | lisp/mail/feedmail.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/feedmail.el b/lisp/mail/feedmail.el index f351ab831ba..80276cb512b 100644 --- a/lisp/mail/feedmail.el +++ b/lisp/mail/feedmail.el @@ -308,7 +308,7 @@ (defgroup feedmail nil "Assist other email packages to massage outgoing messages." :link '(url-link "http://www.carpenter.org/feedmail/feedmail.html") - :link '(emacs-commentary "feedmail") + :link '(emacs-commentary-link "feedmail") :group 'mail) (defgroup feedmail-misc nil |