aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorKévin Le Gouguec2020-08-06 18:33:54 +0200
committerLars Ingebrigtsen2020-08-06 18:33:54 +0200
commit0aede2d8bfbf04b6c2be12c124f0feda998c2e53 (patch)
tree55d1cd6ca53ca0590bef73227e05809e967b81ff /doc/misc
parentc8b0005bad4779ef4d3a89aabd2011a7e187d8ff (diff)
downloademacs-0aede2d8bfbf04b6c2be12c124f0feda998c2e53.tar.gz
emacs-0aede2d8bfbf04b6c2be12c124f0feda998c2e53.zip
Fix the mailto: examples in the manual and in NEWS
* doc/misc/message.texi (System Mailer Setup): Fix mailto: examples.
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/message.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/message.texi b/doc/misc/message.texi
index c9a466eae9f..d8a889e29f3 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}
547command. It will parse the given @acronym{URL}, and set up a Message 547command. It will parse the given @acronym{URL}, and set up a Message
548buffer with the given parameters. 548buffer with the given parameters.
549 549
550For instance, @samp{mailto:larsi@@gnus.org;subject=This+is+a+test} 550For instance, @samp{mailto:larsi@@gnus.org?subject=This+is+a+test}
551will open a Message buffer with the @samp{To:} header filled in with 551will open a Message buffer with the @samp{To:} header filled in with
552@samp{"larsi@@gnus.org"} and the @samp{Subject:} header with 552@samp{"larsi@@gnus.org"} and the @samp{Subject:} header with
553@samp{"This is a test"}. 553@samp{"This is a test"}.