emacs-diffs
[Top][All Lists]
Advanced

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

master 0aede2d: Fix the mailto: examples in the manual and in NEWS


From: Lars Ingebrigtsen
Subject: master 0aede2d: Fix the mailto: examples in the manual and in NEWS
Date: Thu, 6 Aug 2020 12:34:05 -0400 (EDT)

branch: master
commit 0aede2d8bfbf04b6c2be12c124f0feda998c2e53
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Fix the mailto: examples in the manual and in NEWS
    
    * doc/misc/message.texi (System Mailer Setup): Fix mailto: examples.
---
 doc/misc/message.texi | 2 +-
 etc/NEWS              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/misc/message.texi b/doc/misc/message.texi
index c9a466e..d8a889e 100644
--- a/doc/misc/message.texi
+++ b/doc/misc/message.texi
@@ -547,7 +547,7 @@ This will start Emacs, and then run the 
@code{message-mailto}
 command.  It will parse the given @acronym{URL}, and set up a Message
 buffer with the given parameters.
 
-For instance, @samp{mailto:larsi@@gnus.org;subject=This+is+a+test}
+For instance, @samp{mailto:larsi@@gnus.org?subject=This+is+a+test}
 will open a Message buffer with the @samp{To:} header filled in with
 @samp{"larsi@@gnus.org"} and the @samp{Subject:} header with
 @samp{"This is a test"}.
diff --git a/etc/NEWS b/etc/NEWS
index 185c649..81d07c9 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -254,7 +254,7 @@ An emacs-mail.desktop file has been included, suitable for 
installing
 in desktop directories like /usr/share/applications.  Clicking on a
 mailto: link in other applications will then open Emacs with headers
 filled out according to the link, e.g.
-"mailto:larsi@gnus.org;subject=This+is+a+test";.
+"mailto:larsi@gnus.org?subject=This+is+a+test";.
 
 ---
 *** Change to default value of 'message-draft-headers' user option.



reply via email to

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