summaryrefslogtreecommitdiff
path: root/lisp/mail/mailpost.el
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1991-04-02 22:13:25 +0000
committerJim Blandy <jimb@redhat.com>1991-04-02 22:13:25 +0000
commitd1682c8933fecbba8f3d664e931d5d47cdd0904f (patch)
tree14678f1e999a1ca14c06f88e53cea48b3d8a56f7 /lisp/mail/mailpost.el
parent968464225882fe0d440b01aa6ae9e128839617a7 (diff)
downloademacs-d1682c8933fecbba8f3d664e931d5d47cdd0904f.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/mail/mailpost.el')
-rw-r--r--lisp/mail/mailpost.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/mail/mailpost.el b/lisp/mail/mailpost.el
index 0a7c4e0a1d1..326d5092575 100644
--- a/lisp/mail/mailpost.el
+++ b/lisp/mail/mailpost.el
@@ -13,9 +13,9 @@
;; (setq send-mail-function 'post-mail-send-it)
(defun post-mail-send-it ()
- "\
-the MH -post interface for rmail-mail to call.
-to use it, include (setq send-mail-function 'post-mail-send-it) in site-init."
+ "The MH -post interface for `rmail-mail' to call.
+To use it, include \"(setq send-mail-function 'post-mail-send-it)\" in
+site-init."
(let ((errbuf (if mail-interactive
(generate-new-buffer " post-mail errors")
0))