From 0ec0d9c10af49b1a96bfb9ff607d890a29911549 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Tue, 10 Aug 1999 19:35:47 +0000 Subject: [PATCH] (mail-specify-envelope-from): Fix quoting of doc string. --- lisp/mail/sendmail.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 3d080047885..e4da1dcddb4 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -56,7 +56,7 @@ controlled by a separate variable, `mail-specify-envelope-from'." :group 'sendmail) ;;;###autoload -(defcustom mail-specify-envelope-from t "\ +(defcustom mail-specify-envelope-from t "*If non-nil, specify the envelope-from address when sending mail. The value used to specify it is whatever is found in `user-mail-address'. -- 2.39.5