diff options
| author | Kévin Le Gouguec | 2020-08-06 18:33:54 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2020-08-06 18:33:54 +0200 |
| commit | 0aede2d8bfbf04b6c2be12c124f0feda998c2e53 (patch) | |
| tree | 55d1cd6ca53ca0590bef73227e05809e967b81ff /doc/misc | |
| parent | c8b0005bad4779ef4d3a89aabd2011a7e187d8ff (diff) | |
| download | emacs-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.texi | 2 |
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} | |||
| 547 | command. It will parse the given @acronym{URL}, and set up a Message | 547 | command. It will parse the given @acronym{URL}, and set up a Message |
| 548 | buffer with the given parameters. | 548 | buffer with the given parameters. |
| 549 | 549 | ||
| 550 | For instance, @samp{mailto:larsi@@gnus.org;subject=This+is+a+test} | 550 | For instance, @samp{mailto:larsi@@gnus.org?subject=This+is+a+test} |
| 551 | will open a Message buffer with the @samp{To:} header filled in with | 551 | will 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"}. |