summaryrefslogtreecommitdiff
path: root/lisp/mail/feedmail.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2002-10-17 16:53:45 +0000
committerJuanma Barranquero <lekktu@gmail.com>2002-10-17 16:53:45 +0000
commitafbc4a8a155a1d91c8055f97cc24aafe5732263e (patch)
tree275d1510da23a81d8590210e302031bd796873bd /lisp/mail/feedmail.el
parent012d3cb50136f366fea6a15f0db0d5cab30be534 (diff)
downloademacs-afbc4a8a155a1d91c8055f97cc24aafe5732263e.tar.gz
(feedmail-nuke-body-in-fcc, feedmail-queue-draft-directory): Fix typo.
Diffstat (limited to 'lisp/mail/feedmail.el')
-rw-r--r--lisp/mail/feedmail.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mail/feedmail.el b/lisp/mail/feedmail.el
index 80276cb512b..6f824afdaad 100644
--- a/lisp/mail/feedmail.el
+++ b/lisp/mail/feedmail.el
@@ -428,7 +428,7 @@ the same Fcc: treatment applies to both Bcc: and Resent-Bcc: lines."
(defcustom feedmail-nuke-body-in-fcc nil
"*If non-nil remove body of message in copies saved via Fcc:.
-If an positive integer value, leave (up to) that many lines of the
+If a positive integer value, leave (up to) that many lines of the
beginning of the body intact. The result is that the Fcc: copy will
consist only of the message headers, serving as a sort of an outgoing
message log."
@@ -845,7 +845,7 @@ doesn't end with a slash. Default, except on VMS, is \"$HOME/mail/q\"."
(if (memq system-type '(axp-vms vax-vms))
(expand-file-name (concat (getenv "HOME") "[.MAIL.DRAFT]"))
(concat (getenv "HOME") "/mail/draft"))
- "*Name of an directory where draft messages will be queued.
+ "*Name of a directory where draft messages will be queued.
Directory will be created if necessary. Should be a string that
doesn't end with a slash. Default, except on VMS, is \"$HOME/mail/draft\"."
:group 'feedmail-queue