]> git.eshelyaron.com Git - emacs.git/commitdiff
Doc string fix for message-mailto
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 9 Aug 2020 10:55:15 +0000 (12:55 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 9 Aug 2020 10:55:15 +0000 (12:55 +0200)
* lisp/gnus/message.el (message-mailto): Doc string fix.

lisp/gnus/message.el

index 61d9c602470ae09c14581f30c559d23f46e784fb..ab625be9e370666712c614f1cc8113ce34be240f 100644 (file)
@@ -8810,9 +8810,9 @@ used to take the screenshot."
 
 ;;;###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>