summaryrefslogtreecommitdiff
path: root/lisp/mail/mailpost.el
diff options
context:
space:
mode:
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))