Fix the mailto: examples in the manual and in NEWS

* doc/misc/message.texi (System Mailer Setup): Fix mailto: examples.
This commit is contained in:
Kévin Le Gouguec 2020-08-06 18:33:54 +02:00 committed by Lars Ingebrigtsen
parent c8b0005bad
commit 0aede2d8bf
2 changed files with 2 additions and 2 deletions

View 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"}.

View file

@ -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.