* lisp/gnus/message.el (message-mailto): Doc string fix.
;;;###autoload
(defun message-mailto ()
- "Function to be run to parse command line mailto: links.
+ "Command to parse command line mailto: links.
This is meant to be used for MIME handlers: Setting the handler
-for \"x-scheme-handler/mailto;\" to \"emacs -fn message-mailto %u\"
+for \"x-scheme-handler/mailto;\" to \"emacs -f message-mailto %u\"
will then start up Emacs ready to compose mail."
(interactive)
;; <a href="mailto:someone@example.com?subject=This%20is%20the%20subject&cc=someone_else@example.com&body=This%20is%20the%20body">Send email</a>