diff options
| author | Juanma Barranquero | 2007-02-09 16:17:56 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-02-09 16:17:56 +0000 |
| commit | 1429d866a5c0aa4994a9d5d08f0f19d0c2de785c (patch) | |
| tree | 77980d6990e3739d3d8778bd1f8a8984fabfc6f2 | |
| parent | 8f92ec4d4f792a836f1d14748a5cebe48b60af5d (diff) | |
| download | emacs-1429d866a5c0aa4994a9d5d08f0f19d0c2de785c.tar.gz emacs-1429d866a5c0aa4994a9d5d08f0f19d0c2de785c.zip | |
(smtpmail-smtp-service, smtpmail-queue-index-file): Fix typos in docstrings.
(smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
| -rw-r--r-- | lisp/mail/smtpmail.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/mail/smtpmail.el b/lisp/mail/smtpmail.el index 2dba755081f..e1e742a1d72 100644 --- a/lisp/mail/smtpmail.el +++ b/lisp/mail/smtpmail.el | |||
| @@ -99,13 +99,13 @@ This only has effect if you specify it before loading the smtpmail library." | |||
| 99 | 99 | ||
| 100 | (defcustom smtpmail-smtp-service 25 | 100 | (defcustom smtpmail-smtp-service 25 |
| 101 | "*SMTP service port number. | 101 | "*SMTP service port number. |
| 102 | The default value would be \"smtp\" or 25 ." | 102 | The default value would be \"smtp\" or 25." |
| 103 | :type '(choice (integer :tag "Port") (string :tag "Service")) | 103 | :type '(choice (integer :tag "Port") (string :tag "Service")) |
| 104 | :group 'smtpmail) | 104 | :group 'smtpmail) |
| 105 | 105 | ||
| 106 | (defcustom smtpmail-local-domain nil | 106 | (defcustom smtpmail-local-domain nil |
| 107 | "*Local domain name without a host name. | 107 | "*Local domain name without a host name. |
| 108 | If the function (system-name) returns the full internet address, | 108 | If the function `system-name' returns the full internet address, |
| 109 | don't define this value." | 109 | don't define this value." |
| 110 | :type '(choice (const nil) string) | 110 | :type '(choice (const nil) string) |
| 111 | :group 'smtpmail) | 111 | :group 'smtpmail) |
| @@ -145,7 +145,7 @@ The commands enables verbose information from the SMTP server." | |||
| 145 | :group 'smtpmail) | 145 | :group 'smtpmail) |
| 146 | 146 | ||
| 147 | (defcustom smtpmail-queue-mail nil | 147 | (defcustom smtpmail-queue-mail nil |
| 148 | "*Specify if mail is queued (if t) or sent immediately (if nil). | 148 | "*If set, mail is queued; otherwise it is sent immediately. |
| 149 | If queued, it is stored in the directory `smtpmail-queue-dir' | 149 | If queued, it is stored in the directory `smtpmail-queue-dir' |
| 150 | and sent with `smtpmail-send-queued-mail'." | 150 | and sent with `smtpmail-send-queued-mail'." |
| 151 | :type 'boolean | 151 | :type 'boolean |
| @@ -198,7 +198,7 @@ new SMTP extensions that might be useful to support." | |||
| 198 | :group 'smtpmail) | 198 | :group 'smtpmail) |
| 199 | 199 | ||
| 200 | (defvar smtpmail-queue-index-file "index" | 200 | (defvar smtpmail-queue-index-file "index" |
| 201 | "File name of queued mail index, | 201 | "File name of queued mail index. |
| 202 | This is relative to `smtpmail-queue-dir'.") | 202 | This is relative to `smtpmail-queue-dir'.") |
| 203 | 203 | ||
| 204 | (defvar smtpmail-address-buffer) | 204 | (defvar smtpmail-address-buffer) |