summaryrefslogtreecommitdiff
path: root/doc/misc/smtpmail.texi
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-12-22 08:25:40 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2012-12-22 08:25:40 -0800
commitf99f164170af8b7ee84bb229da6ec17b1df7c7bd (patch)
tree46c1c5edd4fab11f4cafc4d9200d1a125b941060 /doc/misc/smtpmail.texi
parentf109a67ecb16c7698539b4fd92c113257e282d53 (diff)
downloademacs-f99f164170af8b7ee84bb229da6ec17b1df7c7bd.tar.gz
Hyphen and dash fixes in texinfo files.
Diffstat (limited to 'doc/misc/smtpmail.texi')
-rw-r--r--doc/misc/smtpmail.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/misc/smtpmail.texi b/doc/misc/smtpmail.texi
index 7b1c7641203..6a2dc505196 100644
--- a/doc/misc/smtpmail.texi
+++ b/doc/misc/smtpmail.texi
@@ -3,7 +3,7 @@
@settitle Emacs SMTP Library
@syncodeindex vr fn
@copying
-Copyright @copyright{} 2003-2012 Free Software Foundation, Inc.
+Copyright @copyright{} 2003--2012 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document
@@ -70,8 +70,8 @@ not necessarily involve SMTP, however. Here is short overview of what
is involved.
@cindex MUA
- The mail program --- also called a mail user agent (MUA) ---
-usually sends outgoing mail to a mail host. When your computer is
+ The mail program---also called a mail user agent (MUA)---usually
+sends outgoing mail to a mail host. When your computer is
permanently connected to the internet, it might even be a mail host
itself. In this case, the MUA will pipe mail to the
@file{/usr/lib/sendmail} application. It will take care of your mail
@@ -283,8 +283,8 @@ The variable @code{smtpmail-stream-type} controls what form of
connection the SMTP library uses. The default value is @code{nil},
which means to use a plain connection, but try to switch to a STARTTLS
encrypted connection if the server supports it. Other possible values
-are: @code{starttls} - insist on STARTTLS; @code{ssl} - use TLS/SSL;
-and @code{plain} - no encryption.
+are: @code{starttls} to insist on STARTTLS; @code{ssl} to use TLS/SSL;
+and @code{plain} for encryption.
Use of any form of TLS/SSL requires support in Emacs. You can either
use the built-in support (in Emacs 24.1 and later), or the