From: Glenn Morris Date: Tue, 21 Jul 2009 04:38:21 +0000 (+0000) Subject: (mailclient-send-it): Fix message. X-Git-Tag: emacs-pretest-23.1.90~2093 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0c06a6a6fd74fa552ffcbe06fd916bafac18587e;p=emacs.git (mailclient-send-it): Fix message. --- 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))))))))))))