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 0d6cc1f0046..a0251a109fb 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -1977,7 +1977,7 @@ you can move to one of them and type C-c C-c to recover that one." (if (not (yes-or-no-p (format "Recover mail draft from auto save file %s? " file-name))) - (error "mail-recover cancelled") + (error "mail-recover canceled") (let ((buffer-read-only nil) (buffer-coding buffer-file-coding-system) ;; Auto-save files are written in internal |