diff options
Diffstat (limited to 'lisp/mail/sendmail.el')
-rw-r--r-- | lisp/mail/sendmail.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 91d097d678a..14adb5a195d 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -1222,7 +1222,7 @@ external program defined by `sendmail-program'." (delete-region (line-beginning-position) (line-beginning-position 2)))) ;; Apparently this causes a duplicate Sender. - ;; ;; If the From is different than current user, insert Sender. + ;; ;; If the From is different from current user, insert Sender. ;; (goto-char (point-min)) ;; (and (re-search-forward "^From:" delimline t) ;; (progn |