diff options
Diffstat (limited to 'lisp/mail')
-rw-r--r-- | lisp/mail/emacsbug.el | 2 | ||||
-rw-r--r-- | lisp/mail/mspools.el | 2 | ||||
-rw-r--r-- | lisp/mail/rfc2368.el | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el index 94c223556d1..8cc72e1afba 100644 --- a/lisp/mail/emacsbug.el +++ b/lisp/mail/emacsbug.el @@ -212,7 +212,7 @@ Prompts for bug subject. Leaves you in a mail buffer." (insert ". Please check that the From: line contains a valid email address. After a delay of up -to one day, you should receive an acknowledgement at that address. +to one day, you should receive an acknowledgment at that address. Please write in English if possible, as the Emacs maintainers usually do not have translators for other languages.\n\n"))) diff --git a/lisp/mail/mspools.el b/lisp/mail/mspools.el index 9f9c9c68285..6f8c444651c 100644 --- a/lisp/mail/mspools.el +++ b/lisp/mail/mspools.el @@ -83,7 +83,7 @@ ;; Useful settings for VM ;; vm-auto-get-new-mail should be t (the default). -;; Acknowledgements +;; Acknowledgments ;; Thanks to jond@mitre.org (Jonathan Doughty) for help with code for ;; setting up vm-spool-files. diff --git a/lisp/mail/rfc2368.el b/lisp/mail/rfc2368.el index dd10189d264..8b30e82804e 100644 --- a/lisp/mail/rfc2368.el +++ b/lisp/mail/rfc2368.el @@ -33,7 +33,7 @@ ;; ;; this is intended as a replacement for mailto.el ;; -;; acknowledgements: +;; acknowledgments: ;; ;; the functions that deal w/ unhexifying in this file were basically ;; taken from w3 -- i hope to replace them w/ something else soon OR |