aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGlenn Morris2017-04-08 18:10:10 -0700
committerGlenn Morris2017-04-08 18:10:10 -0700
commit79b1669c24fc57d6613e0ae660b277a1b37d724a (patch)
tree30aa00d900b3057a308fb39046cbc14e662396ed /doc
parentf4bb93fabc64dedac157087836e3c9e4a6a98140 (diff)
downloademacs-79b1669c24fc57d6613e0ae660b277a1b37d724a.tar.gz
emacs-79b1669c24fc57d6613e0ae660b277a1b37d724a.zip
Fix typos in manual re movemail local mailboxes
* doc/emacs/rmail.texi (Movemail, Other Mailbox Formats): Fix examples of local mailbox urls.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/rmail.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/emacs/rmail.texi b/doc/emacs/rmail.texi
index 99b7bc1dc50..15ed3c7fedc 100644
--- a/doc/emacs/rmail.texi
+++ b/doc/emacs/rmail.texi
@@ -1436,18 +1436,18 @@ Optional port number, if not the default for that protocol.
1436@item mbox 1436@item mbox
1437Usual Unix mailbox format. In this case, @var{user}, @var{pass} and 1437Usual Unix mailbox format. In this case, @var{user}, @var{pass} and
1438@var{port} are not used, and @var{host-or-file-name} denotes the file 1438@var{port} are not used, and @var{host-or-file-name} denotes the file
1439name of the mailbox file, e.g., @code{mbox://var/spool/mail/smith}. 1439name of the mailbox file, e.g., @code{mbox:///var/spool/mail/smith}.
1440 1440
1441@item mh 1441@item mh
1442A local mailbox in the @acronym{MH} format. @var{user}, @var{pass} 1442A local mailbox in the @acronym{MH} format. @var{user}, @var{pass}
1443and @var{port} are not used. @var{host-or-file-name} denotes the name 1443and @var{port} are not used. @var{host-or-file-name} denotes the name
1444of @acronym{MH} folder, e.g., @code{mh://Mail/inbox}. 1444of @acronym{MH} folder, e.g., @code{mh:///Mail/inbox}.
1445 1445
1446@item maildir 1446@item maildir
1447A local mailbox in the @acronym{maildir} format. @var{user}, 1447A local mailbox in the @acronym{maildir} format. @var{user},
1448@var{pass} and @var{port} are not used, and @var{host-or-file-name} 1448@var{pass} and @var{port} are not used, and @var{host-or-file-name}
1449denotes the name of @code{maildir} mailbox, e.g., 1449denotes the name of @code{maildir} mailbox, e.g.,
1450@code{maildir://mail/inbox}. 1450@code{maildir:///mail/inbox}.
1451 1451
1452@item file 1452@item file
1453Any local mailbox format. Its actual format is detected automatically 1453Any local mailbox format. Its actual format is detected automatically
@@ -1472,7 +1472,7 @@ port number; e.g., @code{imap://smith:guessme@@remote.server.net:993}.
1472This is equivalent to specifying the @samp{file} protocol: 1472This is equivalent to specifying the @samp{file} protocol:
1473 1473
1474@smallexample 1474@smallexample
1475/var/spool/mail/@var{user} @equiv{} file://var/spool/mail/@var{user} 1475/var/spool/mail/@var{user} @equiv{} file:///var/spool/mail/@var{user}
1476@end smallexample 1476@end smallexample
1477 1477
1478@vindex rmail-movemail-program 1478@vindex rmail-movemail-program
@@ -1579,5 +1579,5 @@ retrieve it. @xref{Movemail}, for the detailed description of
1579include the following in the Rmail inbox list: 1579include the following in the Rmail inbox list:
1580 1580
1581@smallexample 1581@smallexample
1582maildir://var/spool/mail/in 1582maildir:///var/spool/mail/in
1583@end smallexample 1583@end smallexample