summaryrefslogtreecommitdiff
path: root/lisp/mail
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
commitbb253d7f56a85b30aabd4d1ef56b2516ea32ac7f (patch)
tree5ca131f5a70972a3c68220403f596074b3d25db8 /lisp/mail
parentb0dde97f92d9d71fd8095de10b375dd57d5e9d6a (diff)
downloademacs-bb253d7f56a85b30aabd4d1ef56b2516ea32ac7f.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/mail')
-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))