diff options
| author | Glenn Morris | 2009-03-15 22:57:59 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-03-15 22:57:59 +0000 |
| commit | 1bfec0f38da5f8988b3a4a2499966685acaf2ec9 (patch) | |
| tree | 5b901536083cbdc56fd3d3d808e56bc229972d69 | |
| parent | a20013c1bb67802139d3035e388ae052f34214bc (diff) | |
| download | emacs-1bfec0f38da5f8988b3a4a2499966685acaf2ec9.tar.gz emacs-1bfec0f38da5f8988b3a4a2499966685acaf2ec9.zip | |
Fix previous change.
| -rw-r--r-- | doc/emacs/sending.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/sending.texi b/doc/emacs/sending.texi index 3cc3791a9d3..4cce96ee346 100644 --- a/doc/emacs/sending.texi +++ b/doc/emacs/sending.texi | |||
| @@ -499,7 +499,7 @@ showing a list of possible coding systems. | |||
| 499 | The variable @code{send-mail-function} controls how the default mail | 499 | The variable @code{send-mail-function} controls how the default mail |
| 500 | user agent sends mail. It should be set to a function. In most cases, | 500 | user agent sends mail. It should be set to a function. In most cases, |
| 501 | the default is @code{sendmail-send-it}, which delivers mail using the | 501 | the default is @code{sendmail-send-it}, which delivers mail using the |
| 502 | Sendmail installation on the local host. On Mac OS X and Windows, | 502 | Sendmail installation on the local host. On Mac OS X and MS-Windows, |
| 503 | however, the default is normally @code{mailclient-send-it} (see | 503 | however, the default is normally @code{mailclient-send-it} (see |
| 504 | @file{mailclient.el}). To send mail through an SMTP | 504 | @file{mailclient.el}). To send mail through an SMTP |
| 505 | server, set @code{send-mail-function} to @code{smtpmail-send-it} and set | 505 | server, set @code{send-mail-function} to @code{smtpmail-send-it} and set |