emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 1888c6c 2/3: Doc string fix for message-mailto


From: Lars Ingebrigtsen
Subject: master 1888c6c 2/3: Doc string fix for message-mailto
Date: Sun, 9 Aug 2020 07:05:47 -0400 (EDT)

branch: master
commit 1888c6cb96309bd1fd359f19b25c734ab5d4f224
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Doc string fix for message-mailto
    
    * lisp/gnus/message.el (message-mailto): Doc string fix.
---
 lisp/gnus/message.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el
index 61d9c60..ab625be 100644
--- a/lisp/gnus/message.el
+++ b/lisp/gnus/message.el
@@ -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>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]