]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix the mailto: examples in the manual and in NEWS
authorKévin Le Gouguec <kevin.legouguec@gmail.com>
Thu, 6 Aug 2020 16:33:54 +0000 (18:33 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 6 Aug 2020 16:33:54 +0000 (18:33 +0200)
* doc/misc/message.texi (System Mailer Setup): Fix mailto: examples.

doc/misc/message.texi
etc/NEWS

index c9a466eae9f5335cf9f72acf5f896dbff3ff10d3..d8a889e29f30b753f5c7f98abefd347e8461283e 100644 (file)
@@ -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"}.
index 185c649186a6abe5ea10660c1f11ef44a3e6ca1a..81d07c9f32591ae1ad31fb80ba0f999c355658f2 100644 (file)
--- 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.