From 0c06a6a6fd74fa552ffcbe06fd916bafac18587e Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 21 Jul 2009 04:38:21 +0000 Subject: [PATCH] (mailclient-send-it): Fix message. --- lisp/mail/mailclient.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)))))))))))) -- 2.39.2