summaryrefslogtreecommitdiff
path: root/lisp/mail
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/mail')
-rw-r--r--lisp/mail/mailclient.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/mailclient.el b/lisp/mail/mailclient.el
index 8610f192d97..29779e411bc 100644
--- a/lisp/mail/mailclient.el
+++ b/lisp/mail/mailclient.el
@@ -164,7 +164,7 @@ The mail client is taken to be the handler of mailto URLs."
(+ 1 delimline) (point-max))
(concat
"*** E-Mail body has been placed on clipboard, "
- "please paste them here! ***"))
+ "please paste it here! ***"))
;; else
(buffer-substring (+ 1 delimline) (point-max))))))))))))