# HG changeset patch # User Juanma Barranquero # Date 1034873625 0 # Node ID 5e18e835d9fa8cfb32c4feb6204c6f62ed3cf570 # Parent 59510270b3ea141fa69424468a74ad40f982d1c6 (feedmail-nuke-body-in-fcc, feedmail-queue-draft-directory): Fix typo. diff -r 59510270b3ea -r 5e18e835d9fa lisp/mail/feedmail.el --- a/lisp/mail/feedmail.el Thu Oct 17 16:52:29 2002 +0000 +++ b/lisp/mail/feedmail.el Thu Oct 17 16:53:45 2002 +0000 @@ -428,7 +428,7 @@ (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 @@ (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