]> code.delx.au - gnu-emacs/commitdiff
(mailclient-send-it): Fix message.
authorGlenn Morris <rgm@gnu.org>
Tue, 21 Jul 2009 04:38:21 +0000 (04:38 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 21 Jul 2009 04:38:21 +0000 (04:38 +0000)
lisp/mail/mailclient.el

index 8610f192d97a66fd75b16873cd6be41282a98ca9..29779e411bc69da5d3e62ec848bf92862b32dc4b 100644 (file)
@@ -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))))))))))))